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