Selerix Developer Tools
HomeImagePath Property (PortfolioLogoRequest)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > PortfolioLogoRequest Class : HomeImagePath Property
Gets or sets the home image path.
Syntax
'Declaration
 
<XmlElementAttribute()>
Public Property HomeImagePath As String
'Usage
 
Dim instance As PortfolioLogoRequest
Dim value As String
 
instance.HomeImagePath = value
 
value = instance.HomeImagePath
[XmlElement()]
public string HomeImagePath {get; set;}
public read-write property HomeImagePath: String; 
XmlElementAttribute()
public function get,set HomeImagePath : String
[XmlElement()]
public: __property string* get_HomeImagePath();
public: __property void set_HomeImagePath( 
   string* value
);
[XmlElement()]
public:
property String^ HomeImagePath {
   String^ get();
   void set (    String^ value);
}

Property Value

The home image path.
See Also

Reference

PortfolioLogoRequest Class
PortfolioLogoRequest Members