共用方式為


SiteInner.LastModifiedTimeUtc 屬性

定義

取得上次修改應用程式的時間,以 UTC 為單位。 唯讀。

[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)

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於