public byte[]? AssociatedData { get; set; }Public Property AssociatedData As Byte()
Get
Setpublic:
property array<unsigned char>^ AssociatedData {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}function get_AssociatedData();
function set_AssociatedData(value);