ConnectionClient Property
|
Property to access client object
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2025.1.277.3624
Syntaxpublic Client Client { get; set; }
Public Property Client As Client
Get
Set
public:
property Client^ Client {
Client^ get ();
void set (Client^ value);
}
member Client : Client with get, set
Property Value
Type:
Client
See Also