| ListRequestLimit Property |
Limit search results to N records. Useful for pagination. Default value - 100.
Namespace: Quickblox.Sdk.GeneralDataModel.RequestAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<int> Limit { get; set; }Public Property Limit As Nullable(Of Integer)
Get
Set
public:
property Nullable<int> Limit {
Nullable<int> get ();
void set (Nullable<int> value);
}member Limit : Nullable<int> with get, set
Property Value
Type:
NullableInt32
See Also