Property for the Client root directory
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntaxpublic string Root { get; set; }
Public Property Root As String
Get
Set
public:
property String^ Root {
String^ get ();
void set (String^ value);
}
member Root : string with get, set
Property Value
Type:
String
See Also