AlertsProperty.WarningAlertCount Property
Gets the number of warning alerts.
Namespace: Microsoft.WindowsServerSolutions.Common.Devices
Assembly: DevicesOM (in DevicesOM.dll)
Syntax
[DataMemberAttribute]
public int WarningAlertCount { get; private set; }
public:
[DataMemberAttribute]
property int WarningAlertCount {
int get();
private: void set(int value);
}
<DataMemberAttribute>
Public Property WarningAlertCount As Integer
Get
Private Set
End Property
Property Value
Type: System.Int32
The number of warning alerts that have been reported.
See Also
AlertsProperty Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace
Return to top