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)

Syntax

'Declaration
Property PropertySheetName As String
string PropertySheetName { get; set; }
property String^ PropertySheetName {
    String^ get ();
    void set (String^ value);
}
abstract PropertySheetName : string with get, set
function get PropertySheetName () : String 
function set PropertySheetName (value : String)

Property Value

Type: String
String containing the Name tag in the property sheet file.

.NET Framework Security

See Also

Reference

VCPropertySheet Interface

Microsoft.VisualStudio.VCProjectEngine Namespace