Share via


RunInner.RunType Property

Definition

Gets or sets the type of run. Possible values include: 'QuickBuild', 'QuickRun', 'AutoBuild', 'AutoRun'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to