'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); }