SiteConfig.AlwaysOn Property

Definition

Gets or sets <code>true</code> if Always On is enabled; otherwise, <code>false</code>.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to