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