Share via


RunbookCreateOrUpdateDraftProperties.LogProgress Property

Definition

Gets or sets progress log option.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to