ExperimentStatus.CreatedDateUtc Property

Definition

Gets string that represents the created date time of a Experiment.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to