次の方法で共有


NewNotifications.IsFuturePlansEnabled プロパティ

定義

将来のプランが有効になっているかどうかを示す値を取得します。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象