Site.LastModifiedTimeUtc Property

Definition

Gets last time the app was modified, in UTC. Read-only.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to