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