Share via


AssessmentStatusResponse.FirstEvaluationDate Property

Definition

Gets the time that the assessment was created and first evaluated. Returned as UTC time in ISO 8601 format

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to