ImageDeprecationStatus.ScheduledDeprecationTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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