A List of Alternate Roots
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntaxpublic IList<string> AltRoots { get; set; }
Public Property AltRoots As IList(Of String)
Get
Set
public:
property IList<String^>^ AltRoots {
IList<String^>^ get ();
void set (IList<String^>^ value);
}
member AltRoots : IList<string> with get, set
Property Value
Type:
IListString
See Also