ClientClientType Property
|
Type for the Client command
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntaxpublic ClientType ClientType { get; set; }
Public Property ClientType As ClientType
Get
Set
public:
property ClientType ClientType {
ClientType get ();
void set (ClientType value);
}
member ClientType : ClientType with get, set
Property Value
Type:
ClientType
See Also