Share via


PagedApplicationTypeQueryDescription.MaxResults Property

Definition

Gets or sets the max number of ApplicationTypes that can be returned per page.

public long MaxResults { get; set; }
member this.MaxResults : int64 with get, set
Public Property MaxResults As Long

Property Value

Remarks

Defaults to the max value of type long.

This defines only the upper bound for the number of application types returned, not a minimum. For example, if the page fits at most 1000 returned items according to max message size restrictions defined in the configuration, and the MaxResults value is set to 2000, then only 1000 results are returned, even if 2000 application types match the query description.

Applies to