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