Property Limit
Limit
Gets or sets the maximum number of results to be included in the result set response.
Declaration
public int Limit { get; set; }
Property Value
Type | Description |
---|---|
System. |
The maximum number of results to be included in the result set response. |
Remarks
The limit, along with the Start
The default value is 10, and the maximum allowed value is 100.
Note that the actual number of returned results may be less than limit.
This happens when the number of results remaining after the Start
Exceptions
Type | Condition |
---|---|
System. |
|
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.8 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.8 - 200.6 |
Xamarin.Android | 100.8 - 100.15 |
Xamarin.iOS | 100.8 - 100.15 |
UWP | 100.8 - 200.6 |