次の方法で共有


RunbookDraft.InEdit プロパティ

定義

Runbook が編集モードかどうかを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象