Perforce API for the .Net CLR P4.Net

P4Connection.Password Property

Sets the password to conenct with.

[Visual Basic]
Public Property Password As String
[C#]
public string Password {get; set;}

Property Value

The user's password.

Remarks

Do not set the literal password with a server running security level 2 or higher. For those servers, Use the Login method and/or a ticket in place of the Password.

See Also

P4Connection Class | P4API Namespace