Perforce API for the .Net CLR P4.Net

P4Connection.MaxLockTime Property

Gets/Sets a value that overrides the defined MaxLockTime.

[Visual Basic]
Public Property MaxLockTime As Integer
[C#]
public int MaxLockTime {get; set;}

Property Value

Overrides the MaxLockTime defined at the server.

Remarks

Servers may set a limit for MaxLockTime for certain users. Set this value to override. A value of 0 indicates no override.

See Also

P4Connection Class | P4API Namespace