public byte[] Value { get; set; }Public Property Value As Byte()
Get
Setpublic:
property array<unsigned char>^ Value {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}function get_Value();
function set_Value(value);| ArgumentNullException | The value being assigned is null or zero-length byte array. |