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