SharedGalleryImageVersion.PublishedDate プロパティ

定義

ギャラリー イメージ バージョン定義の発行日を取得または設定します。 このプロパティは、使用停止の目的で使用できます。 このプロパティは更新可能です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象