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