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