public byte[] Icon { get; set; }
Public Property Icon As Byte() Get Set
public: property array<unsigned char>^ Icon { array<unsigned char>^ get (); void set (array<unsigned char>^ value); }
member Icon : byte[] with get, set
In This Article