次の方法で共有


SiteExtensionInfoInner.PublishedDateTime プロパティ

定義

発行されたタイムスタンプを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象