Perforce API for the .Net CLR P4.Net

P4Connection.MaxScanRows Property

Gets/Sets a value that overrides the defined MaxScanRows.

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

Property Value

Overrides the MaxScanRows defined at the server.

Remarks

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

See Also

P4Connection Class | P4API Namespace