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