Click or drag to resize
ListRequestLimit Property
Limit search results to N records. Useful for pagination. Default value - 100.

Namespace: Quickblox.Sdk.GeneralDataModel.Request
Assembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Nullable<int> Limit { get; set; }

Property Value

Type: NullableInt32
See Also