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

'Declaration
Property Value As Integer
    Get
    Set
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)

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

ILiteralInteger Interface

Microsoft.VisualStudio.Uml.Classes Namespace