VCRuntimeBooleanProperty.DefaultValue 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 DefaultValue As Boolean
'Usage
Dim instance As VCRuntimeBooleanProperty 
Dim value As Boolean 

value = instance.DefaultValue

instance.DefaultValue = value
bool DefaultValue { get; set; }
property bool DefaultValue {
    bool get ();
    void set (bool value);
}
function get DefaultValue () : boolean 
function set DefaultValue (value : boolean)

Property Value

Type: System.Boolean
The default value of the VCRuntimeBooleanProperty object.

.NET Framework Security

See Also

Reference

VCRuntimeBooleanProperty Interface

VCRuntimeBooleanProperty Members

Microsoft.VisualStudio.VCProjectEngine Namespace