Gets the Gateway daemon return code associated with this GatewayException.
Namespace:
IBM.CTGAssembly: IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 1.0.0.0
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 (); } |