'Declaration
<XmlAttributeAttribute()> Public Property Progress As Integer
'Usage
Dim instance As TestCaseReport Dim value As Integer instance.Progress = value value = instance.Progress
[XmlAttribute()] public int Progress {get; set;}
public read-write property Progress: Integer;
XmlAttributeAttribute() public function get,set Progress : int
[XmlAttribute()] public: __property int get_Progress(); public: __property void set_Progress( int value );
[XmlAttribute()] public: property int Progress { int get(); void set ( int value); }