Returns the name of the CICS server represented by this instance.

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

Syntax

C#
public override sealed string ToString()
Visual Basic (Declaration)
Public Overrides NotOverridable Function ToString As String
Visual C++
public:
virtual String^ ToString() override sealed

Return Value

The name of the CICS server represented by this instance.

See Also