Share via


EdmBinaryConstant.Value Property

Gets the definition of this value.

Namespace:  Microsoft.Data.Edm.Library.Values
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
Public ReadOnly Property Value As Byte()
    Get
'Usage
Dim instance As EdmBinaryConstant 
Dim value As Byte()

value = instance.Value
public byte[] Value { get; }
public:
virtual property array<unsigned char>^ Value {
    array<unsigned char>^ get () sealed;
}
abstract Value : byte[]
override Value : byte[]
final function get Value () : byte[]

Property Value

Type: array<System.Byte[]
The definition of this value.

Implements

IEdmBinaryValue.Value

See Also

Reference

EdmBinaryConstant Class

Microsoft.Data.Edm.Library.Values Namespace