Share via


Rule.IsEnabled Property

 

Optional. A flag that determines whether the rule is enabled or disabled.

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

Syntax

public bool IsEnabled { get; set; }
public:
property bool IsEnabled {
    bool get();
    void set(bool value);
}
member IsEnabled : bool with get, set
Public Property IsEnabled As Boolean

Property Value

Type: System.Boolean

See Also

Rule Class
Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models Namespace

Return to top