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