ClientStatusCode Property |
Status code of the most recent transaction. A value of 0 indicates no error occurred.
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax public int StatusCode { get; }
Public ReadOnly Property StatusCode As Integer
Get
public:
property int StatusCode {
int get ();
}
Property Value
Type:
Int32See Also