Installation.PushChannelExpired Property

Definition

Gets if installation is expired or not

[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

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to