'Declaration
<XmlAttributeAttribute()> Public Property Method As String
[XmlAttribute()] public string Method {get; set;}
public read-write property Method: String;
XmlAttributeAttribute() public function get,set Method : String
[XmlAttribute()] public: __property string* get_Method(); public: __property void set_Method( string* value );
[XmlAttribute()] public: property String^ Method { String^ get(); void set ( String^ value); }