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