| PagedRequestSettingsPage Property |
page No Unsigned Integer 3 Page number of the book of the results that you want to get.By default: 1
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> Page { get; set; }Public Property Page As Nullable(Of UInteger)
Get
Set
public:
property Nullable<unsigned int> Page {
Nullable<unsigned int> get ();
void set (Nullable<unsigned int> value);
}member Page : Nullable<uint32> with get, set
Property Value
Type:
NullableUInt32
See Also