Selerix Developer Tools
GroupImagePath Property (PortfolioLogoRequest)






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

Property Value

The group image path.
See Also

Reference

PortfolioLogoRequest Class
PortfolioLogoRequest Members