VCRuntimeIntegerProperty::Description Property

 

Sets or gets the description of the property.

Namespace:   Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

property String^ Description {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

String containing the description of the VCRuntimeIntegerProperty object.

Return to top
Show: