Should contain a string of tags divided by commas. Recipients (users) must exactly have only all tags that specified in list
Namespace: Quickblox.Sdk.Modules.NotificationModule.ModelsAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string TagsAll { get; set; }Public Property TagsAll As String
Get
Set
public:
property String^ TagsAll {
String^ get ();
void set (String^ value);
}member TagsAll : string with get, set
Property Value
Type:
String
See Also