Should contain a string of tags divided by commas. Recipients (users) mustn't have 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 TagsExclude { get; set; }Public Property TagsExclude As String
Get
Set
public:
property String^ TagsExclude {
String^ get ();
void set (String^ value);
}member TagsExclude : string with get, set
Property Value
Type:
String
See Also