[This is preliminary documentation and is subject to change.]
Underlying Byte array value.
Note: Use underlying Byte array cautiously because modifying
the array affects directly the UN attribute value.
| C# | Visual Basic | Visual C++ |
public byte[] ByteArray { get; set; }
Public Property ByteArray As Byte()
public: property array<unsigned char>^ ByteArray { array<unsigned char>^ get (); void set (array<unsigned char>^ value); }