| QuickbloxClientCustomObjectsClient Property |
Custom Objects module provides flexibility to define any data structure(schema) you need.
Schema is defined in QuickBlox Administration Panel. The schema is called Class and contains field names and their type.
Namespace: Quickblox.SdkAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic CustomObjectsClient CustomObjectsClient { get; }Public ReadOnly Property CustomObjectsClient As CustomObjectsClient
Get
public:
virtual property CustomObjectsClient^ CustomObjectsClient {
CustomObjectsClient^ get () sealed;
}abstract CustomObjectsClient : CustomObjectsClient with get
override CustomObjectsClient : CustomObjectsClient with get
Property Value
Type:
CustomObjectsClientImplements
IQuickbloxClientCustomObjectsClient
See Also