AlertsProperty.TotalAlertCount Property
Gets the total number of alerts.
Namespace: Microsoft.WindowsServerSolutions.Common.Devices
Assembly: DevicesOM (in DevicesOM.dll)
Syntax
public int TotalAlertCount { get; }
public:
property int TotalAlertCount {
int get();
}
Public ReadOnly Property TotalAlertCount As Integer
Property Value
Type: System.Int32
The total number of alerts that have been reported.
See Also
AlertsProperty Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace
Return to top