Share via


PolicyTrackedResource.LastUpdateUtc Property

Definition

Gets timestamp of the last update to the tracked resource.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to