StackMajorVersion.IsDeprecated Property

Definition

Gets or sets <code>true</code> if this stack has been deprecated, otherwise <code>false</code>.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to