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

声明
Property Category As String
用法
Dim instance As VCRuntimeBooleanProperty
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 VCRuntimeBooleanProperty object.

Implements

VCRuntimeProperty.Category

Permissions

See Also

Reference

VCRuntimeBooleanProperty Interface

VCRuntimeBooleanProperty Members

Microsoft.VisualStudio.VCProjectEngine Namespace