PushSettings.TagWhitelistJson Property

Definition

Gets or sets a JSON string containing a list of tags that are whitelisted for use by the push registration endpoint.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to