Authentication method used for this user
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2025.2.287.2434
Syntaxpublic string AuthMethod { get; set; }Public Property AuthMethod As String
Get
Set
public:
property String^ AuthMethod {
String^ get ();
void set (String^ value);
}member AuthMethod : string with get, set
Property Value
Type:
String
See Also