GroupMaxOpenFiles Property
|
The maximum number of files that a member of a group
can open using a single command.
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntaxpublic int MaxOpenFiles { get; set; }
Public Property MaxOpenFiles As Integer
Get
Set
public:
property int MaxOpenFiles {
int get ();
void set (int value);
}
member MaxOpenFiles : int with get, set
Property Value
Type:
Int32
See Also