Get or Set an Array of bytes that represent the data in this array

C# | Visual Basic | Visual C++ |
public byte[] Bytes { get; set; }
Public Property Bytes As Byte()
public: property array<unsigned char>^ Bytes { array<unsigned char>^ get (); void set (array<unsigned char>^ value); }

Should only be used for serialization & deserialization