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