'Declaration
<XmlAttributeAttribute()> Public Property RelativePath As String
'Usage
Dim instance As TestCaseReport Dim value As String instance.RelativePath = value value = instance.RelativePath
[XmlAttribute()] public string RelativePath {get; set;}
public read-write property RelativePath: String;
XmlAttributeAttribute() public function get,set RelativePath : String
[XmlAttribute()] public: __property string* get_RelativePath(); public: __property void set_RelativePath( string* value );
[XmlAttribute()] public: property String^ RelativePath { String^ get(); void set ( String^ value); }