Transform.LastModified Property

Definition

Gets the UTC date and time when the Transform was last updated, in 'YYYY-MM-DDThh:mm:ssZ' format.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.lastModified")]
public DateTime LastModified { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.lastModified")>]
member this.LastModified : DateTime
Public ReadOnly Property LastModified As DateTime

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to