WebAppRuntimeSettings.EndOfLifeDate Property

Definition

Gets end-of-life date for the minor version.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to