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