'Declaration
<XmlElementAttribute()> Public Property GroupImage As Byte()
'Usage
Dim instance As PortfolioLogoRequest Dim value() As Byte instance.GroupImage = value value = instance.GroupImage
[XmlElement()] public byte[] GroupImage {get; set;}
public read-write property GroupImage: array of Byte;
XmlElementAttribute() public function get,set GroupImage : byte[]
[XmlElement()] public: __property byte[]* get_GroupImage(); public: __property void set_GroupImage( byte[]* value );
[XmlElement()] public: property array<byte>^ GroupImage { array<byte>^ get(); void set ( array<byte>^ value); }