Share via


AlertsProperty.CriticalAlertCount Property

 

Gets the number of critical alerts.

Namespace:   Microsoft.WindowsServerSolutions.Common.Devices
Assembly:  DevicesOM (in DevicesOM.dll)

Syntax

[DataMemberAttribute]
public int CriticalAlertCount { get; private set; }
public:
[DataMemberAttribute]
property int CriticalAlertCount {
    int get();
    private: void set(int value);
}
<DataMemberAttribute>
Public Property CriticalAlertCount As Integer
    Get
    Private Set
End Property

Property Value

Type: System.Int32

The number of critical alerts that have been reported.

See Also

AlertsProperty Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace

Return to top