ILiteralInteger.Value Property

 

The value of the integer.

Namespace:   Microsoft.VisualStudio.Uml.Classes
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntax

int Value { get; set; }
property int Value {
    int get();
    void set(int value);
}
abstract Value : int with get, set
Property Value As Integer

Property Value

Type: System.Int32

See Also

ILiteralInteger Interface
Microsoft.VisualStudio.Uml.Classes Namespace

Return to top