Gets the Gateway daemon return code associated with this GatewayException.

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

Syntax

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

Field Value

The return code.

See Also