Host Name used to store the ticket in the ticket file.

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

Syntax

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

Remarks

The ticket is not always stored in the ticket file. If requested, the Login command will try to determine the name used in the ticket file to store the ticket. This is null if the ticket was not stored in the ticket file.

See Also