Selerix Developer Tools
HomeImagePath Property (Portfolio)






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

Reference

Portfolio Class
Portfolio Members