PushSettings.DynamicTagsJson Property

Definition

Gets or sets a JSON string containing a list of dynamic tags that will be evaluated from user claims in the push registration endpoint.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.dynamicTagsJson")]
public string DynamicTagsJson { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.dynamicTagsJson")>]
member this.DynamicTagsJson : string with get, set
Public Property DynamicTagsJson As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to