Gets the Gateway daemon return code from the most recent flow of this request.

Namespace:  IBM.CTG
Assembly:  IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 9.0.0.2

Syntax

C#
public GatewayReturnCode GatewayReturnCode { get; }
Visual Basic
Public ReadOnly Property GatewayReturnCode As GatewayReturnCode
	Get
Visual C++
public:
property GatewayReturnCode GatewayReturnCode {
	GatewayReturnCode get ();
}

Field Value

The Gateway daemon return code from the request.

See Also