Status Property
A standard string interpretation of StatusCode .
Syntax
[VB.NET] Public ReadOnlyProperty Status As String
[C#] public string Status {get;}
Remarks
This property contains a standard string interpretation of StatusCode. For a list of valid error codes and their descriptions, please refer to the Error Messages section.
This property is read-only and not available at design time.
Default Value
""