Share via


TestJob.RunOn Property

Definition

Gets or sets the runOn which specifies the group name where the job is to be executed.

public string RunOn { get; set; }
[Newtonsoft.Json.JsonProperty(PropertyName="runOn")]
public string RunOn { get; set; }
member this.RunOn : string with get, set
[<Newtonsoft.Json.JsonProperty(PropertyName="runOn")>]
member this.RunOn : string with get, set
Public Property RunOn As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to