PushSettings.IsPushEnabled Property

Definition

Gets or sets a flag indicating whether the Push endpoint is enabled.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.isPushEnabled")]
public bool IsPushEnabled { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.isPushEnabled")>]
member this.IsPushEnabled : bool with get, set
Public Property IsPushEnabled As Boolean

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to