Gets the byte array containing the data in this data sub-block.
This does not include the first byte which holds the block size.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public byte[] Data { get; }
Public ReadOnly Property Data As Byte()
public: property array<unsigned char>^ Data { array<unsigned char>^ get (); }