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