VCPropertySheet::PropertySheetFile Property

 

Sets or gets the full path to the property sheet file. Includes the file name.

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

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

Property Value

Type: System::String^

String containing the full path to the property sheet.

Return to top
Show: