| PagedRequestSettingsPerPage Property |
per_page No Unsigned Integer 15 The maximum number of results per page.Min: 1. Max: 100. By default: 10
Namespace: Quickblox.Sdk.GeneralDataModel.RequestAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<uint> PerPage { get; set; }Public Property PerPage As Nullable(Of UInteger)
Get
Set
public:
property Nullable<unsigned int> PerPage {
Nullable<unsigned int> get ();
void set (Nullable<unsigned int> value);
}member PerPage : Nullable<uint32> with get, set
Property Value
Type:
NullableUInt32
See Also