Gets or sets the CICS password or password phrase to use for the request.

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

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.

See Also