Registration.Tags Property

 

If specified, restricts the notifications that the registration will receive to only those that are annotated with one of the specified tags. Note that a tag with a comma in it will be split into two tags.

Namespace:   Microsoft.WindowsAzure.MobileServices
Assembly:  Microsoft.WindowsAzure.Mobile.Ext (in Microsoft.WindowsAzure.Mobile.Ext.dll)

[JsonPropertyAttribute(PropertyName = "tags")]
public ISet<string> Tags { get; internal set; }
Return to top
Show: