GroupIdleTimeout Property
|
A time (in seconds, unless 'unlimited' or 'unset')
Specifies how long (in seconds) after the last command a login ticket is invalidated.
Use 0 for unset (field omitted from spec), -1 for unlimited, or a positive integer for seconds.
A user's effective timeout is the highest limit across their groups;
unlimited if any group is unlimited or if none of their groups has a limit.
If the value is lower than dm.user.accessupdate or dm.user.accessforce, the highest of those is used instead.
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2026.1.299.3959
Syntaxpublic int IdleTimeout { get; set; }Public Property IdleTimeout As Integer
Get
Set
public:
property int IdleTimeout {
int get ();
void set (int value);
}member IdleTimeout : int with get, set
Property Value
Type:
Int32
See Also