| PagedResponseTTotalEntries Property |
[Missing <summary> documentation for "P:Quickblox.Sdk.GeneralDataModel.Response.PagedResponse`1.TotalEntries"]
Namespace: Quickblox.Sdk.GeneralDataModel.ResponseAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int TotalEntries { get; set; }Public Property TotalEntries As Integer
Get
Set
public:
property int TotalEntries {
int get ();
void set (int value);
}member TotalEntries : int with get, set
Property Value
Type:
Int32
See Also