WnsSecondaryTile.PushChannel Property

Definition

Gets or sets the push channel.

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

Property Value

The push channel.

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to