Share via


WebSiteGetConfigurationResponse.AlwaysOn Property

 

Optional. Indicates if site's Always On feature is enabled.

Namespace:   Microsoft.WindowsAzure.Management.WebSites.Models
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

Syntax

public Nullable<bool> AlwaysOn { get; set; }
public:
property Nullable<bool> AlwaysOn {
    Nullable<bool> get();
    void set(Nullable<bool> value);
}
member AlwaysOn : Nullable<bool> with get, set
Public Property AlwaysOn As Nullable(Of Boolean)

Property Value

Type: System.Nullable<Boolean>

See Also

WebSiteGetConfigurationResponse Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace

Return to top