VCRuntimeEnumProperty::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 int DefaultValue {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

The default value of the VCRuntimeEnumProperty object.

Return to top
Show: