Public Property Logo As Byte() Get Set
public byte[] Logo { get; set; }
public: property array<unsigned char>^ Logo { array<unsigned char>^ get (); void set (array<unsigned char>^ value); }