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
'Usage
Dim instance As VCPropertySheet
Dim value As String
value = instance.PropertySheetName
instance.PropertySheetName = value
string PropertySheetName { get; set; }
property String^ PropertySheetName {
String^ get ();
void set (String^ value);
}
function get PropertySheetName () : String
function set PropertySheetName (value : String)
Property Value
Type: System.String
String containing the Name tag in the property sheet file.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.