Asset.LastModified Property

Definition

Gets the last modified date of the Asset.

[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