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 string ReturnCodeString { get; }
Visual Basic (Declaration)
Public ReadOnly Property ReturnCodeString As String
Visual C++
public:
property String^ ReturnCodeString {
	String^ get ();
}

Property Value

A string representation of ReturnCode.

See Also