次の方法で共有


TerminateNotificationProfile.Enable プロパティ

定義

Terminate Scheduled イベントが有効か無効かを示す値を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象