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