ActivityRun.ActivityRunStart Property

Definition

Gets the start time of the activity run in 'ISO 8601' format.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to