Installation.PushChannel Property

Definition

Gets or set registration id, token or URI obtained from platform-specific notification service

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to