Gets the return code from the most recent flow of this request.
Namespace:
IBM.CTG
Assembly:
IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 10.1.0.0 (10.1.0.0)
public virtual int ReturnCode { get; }Public Overridable ReadOnly Property ReturnCode As Integer
Get
public:
virtual property int ReturnCode {
int get ();
}Property Value
Type:
Int32
This property is a combination of
GatewayReturnCode and any other
return code specific to the type of request being flowed. If a request causes any non-zero return code, it will be returned
by this property. A
ReturnCode of zero indicates the request completed successfully.
To obtain a string representation of the return code, use
ReturnCodeString.
Reference