다음을 통해 공유


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

적용 대상