共用方式為


SubtaskInformation.StartTime Property

Definition

Gets or sets the time at which the subtask started running. If the subtask has been restarted or retried, this is the most recent time at which the subtask started running.

[Newtonsoft.Json.JsonProperty(PropertyName="startTime")]
public DateTime? StartTime { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="startTime")>]
member this.StartTime : Nullable<DateTime> with get, set
Public Property StartTime As Nullable(Of DateTime)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to