FileSpecClientPath Property
|
Gets or sets the client path
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntax public ClientPath ClientPath { get; set; }
Public Property ClientPath As ClientPath
Get
Set
public:
property ClientPath^ ClientPath {
ClientPath^ get ();
void set (ClientPath^ value);
}
member ClientPath : ClientPath with get, set
Property Value
Type:
ClientPathSee Also