Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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