VCConfiguration::Name Property

 

Gets or sets the name of the object.

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

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

Property Value

Type: System::String^

The name of the object.

Return to top
Show: