Gets or sets the CICS password or password phrase 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 Password { get; set; } |
Visual Basic |
---|
Public Property Password As String Get Set |
Visual C++ |
---|
public: property String^ Password { String^ get (); void set (String^ value); } |
Field Value
The CICS password or password phrase.
Remarks
The maximum supported password or password phrase length varies by CICS server and communication protocol. Refer to your CICS server documentation for details.