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: 1.0.0.0

Syntax

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

Property Value

The Gateway daemon return code from the request.

See Also