Gets or sets the CICS user id to use for the request.

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

Syntax

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

Field Value

The CICS user id.

Remarks

The maximum supported user id length varies by CICS server and communication protocol. Refer to your CICS server documentation for details.

See Also