共用方式為


CloudTask.StateTransitionTime Property

Definition

Gets or sets the time at which the Task entered its current state.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to