Filter by user parameters.
Namespace: Quickblox.Sdk.Modules.NotificationModule.ModelsAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic UserWithTags User { get; set; }Public Property User As UserWithTags
Get
Set
public:
property UserWithTags^ User {
UserWithTags^ get ();
void set (UserWithTags^ value);
}member User : UserWithTags with get, set
Property Value
Type:
UserWithTags
See Also