Freigeben über


VCRuntimeBooleanProperty.Name-Eigenschaft

Ruft den Namen von VCRuntimeBooleanProperty ab oder legt ihn fest.

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

Syntax

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

Eigenschaftswert

Typ: String
Der Name der VCRuntimeBooleanProperty-Klasse.

.NET Framework-Sicherheit

Siehe auch

Referenz

VCRuntimeBooleanProperty Schnittstelle

Microsoft.VisualStudio.VCProjectEngine-Namespace