VCRuntimeProperty.Category Property

Sets or gets the category of the property.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
Property Category As String
'Usage
Dim instance As VCRuntimeProperty 
Dim value As String 

value = instance.Category

instance.Category = value
string Category { get; set; }
property String^ Category {
    String^ get ();
    void set (String^ value);
}
function get Category () : String 
function set Category (value : String)

Property Value

Type: System.String
String containing the category of the VCRuntimeProperty object.

.NET Framework Security

See Also

Reference

VCRuntimeProperty Interface

VCRuntimeProperty Members

Microsoft.VisualStudio.VCProjectEngine Namespace