'Declaration
<XmlElementAttribute()> Public Property Path As String
'Usage
Dim instance As FileRequest Dim value As String instance.Path = value value = instance.Path
[XmlElement()] public string Path {get; set;}
public read-write property Path: String;
XmlElementAttribute() public function get,set Path : String
[XmlElement()] public: __property string* get_Path(); public: __property void set_Path( string* value );
[XmlElement()] public: property String^ Path { String^ get(); void set ( String^ value); }