GalleryArtifactPublishingProfileBase.EndOfLifeDate プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象