Share via


ExperimentExecutionActionTargetDetailsProperties.CompletedDateUtc Property

Definition

Gets string that represents the completed date time.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to