Gets or sets the new CICS password or password phrase 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 NewPassword { get; set; } |
Visual Basic |
---|
Public Property NewPassword As String Get Set |
Visual C++ |
---|
public: property String^ NewPassword { String^ get (); void set (String^ value); } |
Field Value
The new 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.