Share via


ImageDeprecationStatus.ScheduledDeprecationTime Property

Definition

Gets or sets the time, in future, at which this image will be marked as deprecated. This scheduled time is chosen by the Publisher.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to