Share via


VirtualMachineSoftwarePatchProperties.LastModifiedDateTime Property

Definition

Gets the UTC timestamp of the last update to this patch record.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to