VCRuntimeBooleanProperty.Category Property

Sets or gets the default value 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 VCRuntimeBooleanProperty object.

Implements

VCRuntimeProperty.Category

.NET Framework Security

See Also

Reference

VCRuntimeBooleanProperty Interface

Category Overload

Microsoft.VisualStudio.VCProjectEngine Namespace