Share via


IEdmIntegerValue.Value Property

Gets the definition of this integer value.

Namespace:  Microsoft.Data.Edm.Values
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
ReadOnly Property Value As Long 
    Get
'Usage
Dim instance As IEdmIntegerValue 
Dim value As Long 

value = instance.Value
long Value { get; }
property long long Value {
    long long get ();
}
abstract Value : int64
function get Value () : long

Property Value

Type: System.Int64

See Also

Reference

IEdmIntegerValue Interface

Microsoft.Data.Edm.Values Namespace