Property to access the Server Depot Path
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2025.2.287.2434
Syntaxpublic DepotPath Path { get; set; }Public Property Path As DepotPath
Get
Set
public:
property DepotPath^ Path {
DepotPath^ get ();
void set (DepotPath^ value);
}member Path : DepotPath with get, set
Property Value
Type:
DepotPath
See Also