Gets a string representation of ReturnCode.

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

Syntax

C#
public override string ReturnCodeString { get; }
Visual Basic
Public Overrides ReadOnly Property ReturnCodeString As String
	Get
Visual C++
public:
virtual property String^ ReturnCodeString {
	String^ get () override;
}

Field Value

The string representation of ReturnCode.

See Also