WebAppRuntimeSettings.IsDeprecated Property

Definition

Gets <code>true</code> if the stack is deprecated; otherwise, <code>false</code>.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to