EdmDecimalConstant.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 Decimal
Get
'Usage
Dim instance As EdmDecimalConstant
Dim value As Decimal
value = instance.Value
public decimal Value { get; }
public:
virtual property Decimal Value {
Decimal get () sealed;
}
abstract Value : decimal
override Value : decimal
final function get Value () : decimal
Property Value
Type: System.Decimal
The definition of this value.