共用方式為


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

適用於