Incident.IsActive Property
Optional. A boolean to indicate whether the incident is active or resolved.
Namespace: Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models
Assembly: Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)
Syntax
public bool IsActive { get; set; }
public:
property bool IsActive {
bool get();
void set(bool value);
}
member IsActive : bool with get, set
Public Property IsActive As Boolean
Property Value
Type: System.Boolean
See Also
Incident Class
Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models Namespace
Return to top