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

Syntax

C#
public Credential Login(
	string password,
	bool AllHostTicket
)
Visual Basic
Public Function Login ( _
	password As String, _
	AllHostTicket As Boolean _
) As Credential
Visual C++
public:
Credential^ Login(
	String^ password, 
	bool AllHostTicket
)

Parameters

password
Type: System..::..String
AllHostTicket
Type: System..::..Boolean

See Also