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