The user's password used by the connection

Namespace: Perforce.P4
Assembly: p4api.net (in p4api.net.dll) Version: 2017.3.160.836 (2017.3.160.0836)

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);
}

Remarks

The properties, client, port, user, and password, represent the criteria used to connect to a P4 server. If one or more is changed, the bridge will drop the current connection if any and attempt to connect to the (possibly different) P4 server when the next command is executed. If it is desirable to validate the connection, execute a command.

See Also