VCPropertySheet::PropertySheetName Property

 

Sets or gets the value of the Name tag in the property sheet file. This property is available only for backwards compatibility and should otherwise not be used.

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

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

Property Value

Type: System::String^

String containing the Name tag in the property sheet file.

Return to top
Show: