Proprietà IEdmBinaryValue.Value
Ottiene la definizione del valore binario.
Spazio dei nomi Microsoft.Data.Edm.Values
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Sintassi
'Dichiarazione
ReadOnly Property Value As Byte()
Get
'Utilizzo
Dim instance As IEdmBinaryValue
Dim value As Byte()
value = instance.Value
byte[] Value { get; }
property array<unsigned char>^ Value {
array<unsigned char>^ get ();
}
abstract Value : byte[]
function get Value () : byte[]
Valore proprietà
Tipo: array<System.Byte[]