WebAppRuntimeSettings.IsEarlyAccess Property

Definition

Gets <code>true</code> if the minor version is early-access; otherwise, <code>false</code>.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to