次の方法で共有


GalleryImageUpdate.EndOfLifeDate プロパティ

定義

ギャラリーイメージ定義の有効期間の終了日を取得または設定します。 このプロパティは、使用停止の目的で使用できます。 このプロパティは更新可能です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象