Freigeben über


IEdmDecimalValue.Value-Eigenschaft

Ruft die Definition dieses Dezimalwerts ab.

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

Eigenschaftswert

Typ: System.Decimal

Siehe auch

Verweis

IEdmDecimalValue Schnittstelle

Microsoft.Data.Edm.Values-Namespace