Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntaxpublic PathSpec Parent { get; set; }
Public Property Parent As PathSpec
Get
Set
public:
property PathSpec^ Parent {
PathSpec^ get ();
void set (PathSpec^ value);
}
member Parent : PathSpec with get, set
Property Value
Type:
PathSpec
See Also