'Declaration
<FlagsAttribute()> Public Enum AlertStatus Inherits System.Enum
[Flags()] public enum AlertStatus : System.Enum
'Declaration
<FlagsAttribute()> Public Enum AlertStatus Inherits System.Enum
[Flags()] public enum AlertStatus : System.Enum
Member | Value | Description |
---|---|---|
Active | 1 | Alert is active. |
Closed | 4 | Alert is closed. |
New | 2 | Alert is new. |
None | 0 | No status known |
Open | 3 | Alert is open (active or new) |
Suppressed | 8 | Alert is suppressed. |
System.Object
System.ValueType
System.Enum
Loupe.Extensibility.Data.AlertStatus
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2