public byte[] OtherData { get; }
Public ReadOnly Property OtherData As Byte() Get
public: property array<unsigned char>^ OtherData { array<unsigned char>^ get (); }
member OtherData : byte[] with get
In This Article