ILiteralBoolean.Value (Propiedad)

El valor del valor booleano.

Espacio de nombres:  Microsoft.VisualStudio.Uml.Classes
Ensamblado:  Microsoft.VisualStudio.Uml.Interfaces (en Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintaxis

'Declaración
Property Value As Boolean
bool Value { get; set; }
property bool Value {
    bool get ();
    void set (bool value);
}
abstract Value : bool with get, set
function get Value () : boolean
function set Value (value : boolean)

Valor de propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

ILiteralBoolean Interfaz

Microsoft.VisualStudio.Uml.Classes (Espacio de nombres)