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
    Get
    Set
string Category { get; set; }
property String^ Category {
    String^ get ();
    void set (String^ value);
}
abstract Category : string with get, set
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

Microsoft.VisualStudio.VCProjectEngine Namespace