Share via


AssessmentStatusResponse.StatusChangeDate Property

Definition

Gets the time that the status of the assessment last changed. Returned as UTC time in ISO 8601 format

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to