Propriété IEdmIntegerValue.Value
Obtient la définition de cette valeur entière.
Espace de noms : Microsoft.Data.Edm.Values
Assembly : Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)
Syntaxe
'Déclaration
ReadOnly Property Value As Long
Get
'Utilisation
Dim instance As IEdmIntegerValue
Dim value As Long
value = instance.Value
long Value { get; }
property long long Value {
long long get ();
}
abstract Value : int64
function get Value () : long
Valeur de propriété
Type : System.Int64