Share via


Runbook.LogActivityTrace Property

Definition

Gets or sets the option to log activity trace of the runbook.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.logActivityTrace")]
public int? LogActivityTrace { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.logActivityTrace")>]
member this.LogActivityTrace : Nullable<int> with get, set
Public Property LogActivityTrace As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to