CredentialTicketHost Property
|
Host Name used to store the ticket in the ticket file.
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntaxpublic string TicketHost { get; set; }
Public Property TicketHost As String
Get
Set
public:
property String^ TicketHost {
String^ get ();
void set (String^ value);
}
member TicketHost : string with get, set
Property Value
Type:
String
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