ExperimentExecutionDetails.LastActionDateUtc Property

Definition

Gets string that represents the last action date time.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to