Module.LastModifiedTime Property

Definition

Gets or sets the last modified time.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.lastModifiedTime")]
public DateTimeOffset LastModifiedTime { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.lastModifiedTime")>]
member this.LastModifiedTime : DateTimeOffset with get, set
Public Property LastModifiedTime As DateTimeOffset

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to