IEdmBinaryValue.Value Property
Gets the definition of this binary value.
Namespace: Microsoft.Data.Edm.Values
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
ReadOnly Property Value As Byte()
Get
'Usage
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[]
Property Value
Type: array<System.Byte[]