Compartir a través de


VCRuntimeBooleanProperty.Name (Propiedad)

Obtiene o establece el nombre del elemento VCRuntimeBooleanProperty.

Espacio de nombres:  Microsoft.VisualStudio.VCProjectEngine
Ensamblado:  Microsoft.VisualStudio.VCProjectEngine (en Microsoft.VisualStudio.VCProjectEngine.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.String
Nombre del objeto VCRuntimeBooleanProperty.

Seguridad de .NET Framework

Vea también

Referencia

VCRuntimeBooleanProperty Interfaz

Microsoft.VisualStudio.VCProjectEngine (Espacio de nombres)