Share via


ApplyUpdate.LastUpdateTime Property

Definition

Gets or sets last Update time

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to