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)

property bool DefaultValue {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

The default value of the VCRuntimeBooleanProperty object.

Return to top
Show: