Condividi tramite


RunbookDraft.InEdit Proprietà

Definizione

Ottiene o imposta un valore che indica se il runbook è in modalità di modifica.

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)

Valore della proprietà

Attributi
Newtonsoft.Json.JsonPropertyAttribute

Si applica a