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