Workflow.LastStatusTimestamp Property

Definition

Gets workflow last status timestamp.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.lastStatusTimestamp")]
public DateTime? LastStatusTimestamp { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.lastStatusTimestamp")>]
member this.LastStatusTimestamp : Nullable<DateTime>
Public ReadOnly Property LastStatusTimestamp As Nullable(Of DateTime)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to