Proprietà IEdmDecimalValue.Value
Ottiene la definizione del valore decimale.
Spazio dei nomi Microsoft.Data.Edm.Values
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Sintassi
'Dichiarazione
ReadOnly Property Value As Decimal
Get
'Utilizzo
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
Valore proprietà
Tipo: System.Decimal