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