Gets or sets the name of the CICS server to verify with, as defined in the Gateway daemon.

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

Syntax

C#
public string ServerName { get; set; }
Visual Basic
Public Property ServerName As String
	Get
	Set
Visual C++
public:
property String^ ServerName {
	String^ get ();
	void set (String^ value);
}

Field Value

The name of the CICS server or nullNothingnullptra null reference (Nothing in Visual Basic).

Remarks

The server used by the Gateway daemon may be changed depending on the high availability configuration.

The maximum length of a CICS server name is 8 characters. If the specified value is longer than 8 characters it will be truncated.

See Also