VCPostBuildEventTool::Description Property

 

Gets or sets a string that represents the description for the object or the use of the output group.

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^

The description for the object or the use of the output group.

Return to top
Show: