Selerix Developer Tools
HomeImage Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > PortfolioLogoRequest Class : HomeImage Property
Gets or sets the home image.
Syntax
'Declaration
 
<XmlElementAttribute()>
Public Property HomeImage As Byte()
'Usage
 
Dim instance As PortfolioLogoRequest
Dim value() As Byte
 
instance.HomeImage = value
 
value = instance.HomeImage
[XmlElement()]
public byte[] HomeImage {get; set;}
public read-write property HomeImage: array of Byte; 
XmlElementAttribute()
public function get,set HomeImage : byte[]
[XmlElement()]
public: __property byte[]* get_HomeImage();
public: __property void set_HomeImage( 
   byte[]* value
);
[XmlElement()]
public:
property array<byte>^ HomeImage {
   array<byte>^ get();
   void set (    array<byte>^ value);
}

Property Value

The home image.
See Also

Reference

PortfolioLogoRequest Class
PortfolioLogoRequest Members