NewNotifications.IsFuturePlansEnabled Property

Definition

Gets a value indicating whether future plans is enabled.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to