ILiteralInteger.Value (Propiedad)

Valor del entero.

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

Sintaxis

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

Valor de propiedad

Tipo: System.Int32

Seguridad de .NET Framework

Vea también

Referencia

ILiteralInteger Interfaz

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