WebAppRuntimeSettings.IsPreview Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to