Data Property
Summary
Gets the actual data-bin data.
Syntax
public byte[] Data { get; }
Public ReadOnly Property Data As Byte()
public:
property array<byte>^ Data {
array<byte>^ get();
}
Property Value
An array of System.Byte values containing the actual data in the data-bin.