IEdmDecimalValue.Value Property

Gets the definition of this decimal value.

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

Syntax

'Declaration
ReadOnly Property Value As Decimal 
    Get
'Usage
Dim instance As IEdmDecimalValue 
Dim value As Decimal 

value = instance.Value
decimal Value { get; }
property Decimal Value {
    Decimal get ();
}
abstract Value : decimal
function get Value () : decimal

Property Value

Type: System.Decimal

See Also

Reference

IEdmDecimalValue Interface

Microsoft.Data.Edm.Values Namespace