WnsSecondaryTile.PushChannelExpired Property

Definition

Gets or sets the push channel expiration property.

[Newtonsoft.Json.JsonProperty(PropertyName="pushChannelExpired")]
public bool? PushChannelExpired { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="pushChannelExpired")>]
member this.PushChannelExpired : Nullable<bool> with get, set
Public Property PushChannelExpired As Nullable(Of Boolean)

Property Value

The push channel expiration property.

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to