VCRuntimeStringProperty::Category Property

 

Sets or gets the category of the property.

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

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

Property Value

Type: System::String^

String containing the category of the VCRuntimeStringProperty object.

Return to top
Show: