Partilhar via


EdmIntegerConstant.Value Property

Gets the definition of this value.

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

Syntax

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

value = instance.Value
public long Value { get; }
public:
virtual property long long Value {
    long long get () sealed;
}
abstract Value : int64 
override Value : int64
final function get Value () : long

Property Value

Type: System.Int64
The definition of this value.

Implements

IEdmIntegerValue.Value

See Also

Reference

EdmIntegerConstant Class

Microsoft.Data.Edm.Library.Values Namespace