[XmlAttributeAttribute]
public string name { get; set; }<XmlAttributeAttribute>
Public Property name As String
Get
Setpublic:
[XmlAttributeAttribute]
property String^ name {
String^ get ();
void set (String^ value);
}[<XmlAttributeAttribute>]
member name : string with get, set