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