WritableProperty.LastUpdatedOnUtc Property

Definition

The time when this property was last updated.

[Newtonsoft.Json.JsonProperty("lastUpdateTime")]
public DateTimeOffset LastUpdatedOnUtc { get; set; }
[<Newtonsoft.Json.JsonProperty("lastUpdateTime")>]
member this.LastUpdatedOnUtc : DateTimeOffset with get, set
Public Property LastUpdatedOnUtc As DateTimeOffset

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to