| ListRequestCount Property |
Count search results. Response will contain only count of records found.
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> Count { get; set; }Public Property Count As Nullable(Of Integer)
Get
Set
public:
property Nullable<int> Count {
Nullable<int> get ();
void set (Nullable<int> value);
}member Count : Nullable<int> with get, set
Property Value
Type:
NullableInt32
See Also