Share via


Runbook.JobCount Property

Definition

Gets or sets the job count of the runbook.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to