TaskListOptions.MaxResults Property

Definition

Gets or sets the maximum number of items to return in the response. A maximum of 1000 Tasks can be returned.

[Newtonsoft.Json.JsonIgnore]
public int? MaxResults { get; set; }
[<Newtonsoft.Json.JsonIgnore>]
member this.MaxResults : Nullable<int> with get, set
Public Property MaxResults As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonIgnoreAttribute

Applies to