StackMajorVersion.IsPreview Property

Definition

Gets or sets <code>true</code> if this stack is in Preview, otherwise <code>false</code>.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to