| QuickbloxClientUsersClient Property |
User module manages all things related to user accounts handling, authentication, account data, password reminding etc.
Namespace: Quickblox.SdkAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic UsersClient UsersClient { get; }Public ReadOnly Property UsersClient As UsersClient
Get
public:
virtual property UsersClient^ UsersClient {
UsersClient^ get () sealed;
}abstract UsersClient : UsersClient with get
override UsersClient : UsersClient with get
Property Value
Type:
UsersClientImplements
IQuickbloxClientUsersClient
See Also