'Declaration
<XmlElementAttribute()> Public Property Name As String
[XmlElement()] public string Name {get; set;}
public read-write property Name: String;
XmlElementAttribute() public function get,set Name : String
[XmlElement()] public: __property string* get_Name(); public: __property void set_Name( string* value );
[XmlElement()] public: property String^ Name { String^ get(); void set ( String^ value); }