Gets or sets the CICS user ID to use for the request.
Namespace:
IBM.CTGAssembly: IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 9.0.0.2
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.