BinaryExchange.BinaryData Property

Definition

Gets the binary data associated with the BinaryExchange element.

public:
 property cli::array <System::Byte> ^ BinaryData { cli::array <System::Byte> ^ get(); };
public byte[] BinaryData { get; }
member this.BinaryData : byte[]
Public ReadOnly Property BinaryData As Byte()

Property Value

Byte[]

An array of Byte that contains the binary data.

Remarks

This property returns the value of the BinaryExchange element.

Applies to