Gets/Sets a value that overrides the defined MaxResults.

Namespace:  P4API
Assembly:  p4api (in p4api)
Version: 1.0.0.0 (1.0.0)

Syntax

C#
public int MaxResults { get; set; }

Field Value

Overrides the MaxResults defined at the server.

Remarks

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

See Also