Editar

Compartir a través de


QueryRequestOptions<TDocument>.MaxResults Property

Definition

Gets or sets the maximum number of items to be returned.

public:
 property Nullable<int> MaxResults { Nullable<int> get(); void set(Nullable<int> value); };
[System.ComponentModel.DataAnnotations.Range(1, 1000000)]
public int? MaxResults { get; set; }
[<System.ComponentModel.DataAnnotations.Range(1, 1000000)>]
member this.MaxResults : Nullable<int> with get, set
Public Property MaxResults As Nullable(Of Integer)

Property Value

Attributes

Remarks

Default is null.

Applies to