Share via


RemediationDeployment.LastUpdatedOn Property

Definition

Gets the time at which the remediation deployment was last updated.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to