ComplianceStatus.LastConfigApplied Property

Definition

Gets or sets datetime the configuration was last applied.

[Newtonsoft.Json.JsonProperty(PropertyName="lastConfigApplied")]
public DateTime? LastConfigApplied { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="lastConfigApplied")>]
member this.LastConfigApplied : Nullable<DateTime> with get, set
Public Property LastConfigApplied As Nullable(Of DateTime)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to