Gets or sets the CICS user id to use for the request.
Namespace:
IBM.CTGAssembly: IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 1.0.0.0
Syntax
C# |
---|
public string UserId { get; set; } |
Visual Basic (Declaration) |
---|
Public Property UserId As String |
Visual C++ |
---|
public: property String^ UserId { String^ get (); void set (String^ value); } |
Property Value
The CICS user id.
Remarks
The maximum length of a valid user id is dependent upon the type of CICS server being called.
The EciRequest class supports user ids up to 16 characters in length. If the specified value is longer than 16 characters it will be truncated.