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
声明
Property PropertySheetName As String
Get
Set
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: 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.