Selerix Developer Tools
GroupImagePath Property (Portfolio)






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

Reference

Portfolio Class
Portfolio Members