Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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