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

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

Syntax

C#
public string Password { get; set; }
Visual Basic (Declaration)
Public Property Password As String
Visual C++
public:
property String^ Password {
	String^ get ();
	void set (String^ value);
}

Property Value

The CICS password.

Remarks

The maximum length of a valid password is dependent upon the type of CICS server being called.

The EciRequest class supports passwords up to 16 characters in length. If the specified value is longer than 16 characters it will be truncated.

See Also