次の方法で共有


SiteExtensionInfoInner.InstalledDateTime プロパティ

定義

インストールされているタイムスタンプを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.installed_date_time")]
public DateTime? InstalledDateTime { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.installed_date_time")>]
member this.InstalledDateTime : Nullable<DateTime> with get, set
Public Property InstalledDateTime As Nullable(Of DateTime)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象