次の方法で共有


ImageDeprecationStatus.ScheduledDeprecationTime プロパティ

定義

このイメージが非推奨としてマークされる時間 (将来) を取得または設定します。 このスケジュールされた時刻は、パブリッシャーによって選択されます。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象