Code Property
Summary
(Read only) Gets the error code.
Syntax
[DataMemberAttribute(Name="code")]
public int Code { get; }
<DataMemberAttribute("code")>
Public ReadOnly Property Code As Integer
[DataMemberAttribute("code")]
public:
property int Code {
int get();
}
Property Value
The error code value.