共用方式為


RunInner.Task Property

Definition

Gets or sets the task against which run was scheduled.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to