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