AssessmentStatusResponse.FirstEvaluationDate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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