Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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[]