AlertsProperty Class
Represents the properties for a health alert.
Assembly: DevicesOM (in DevicesOM.dll)
Microsoft.WindowsServerSolutions.Common.Devices::DeviceProperty
Microsoft.WindowsServerSolutions.Common.Devices::AlertsProperty
| Name | Description | |
|---|---|---|
![]() | CriticalAlertCount | Gets the number of critical alerts. |
![]() | InformationAlertCount | Gets the number of informational alerts. |
![]() | PropertyName | Gets the name of the property.(Inherited from DeviceProperty.) |
![]() | Timestamp | Gets the timestamp for the device.(Inherited from DeviceProperty.) |
![]() | TotalAlertCount | Gets the total number of alerts. |
![]() | WarningAlertCount | Gets the number of warning alerts. |
| Name | Description | |
|---|---|---|
![]() | Equals(DeviceProperty^) | Compares one AlertsProperty object to another AlertsProperty object.(Overrides DeviceProperty::Equals(DeviceProperty^).) |
![]() | Equals(Object^) | Calls the Equals method with the specified object.(Overrides Object::Equals(Object^).) |
![]() | GetHashCode() | Returns a hash code for the AlertsProperty object.(Overrides Object::GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | Returns a string representation of the properties.(Overrides Object::ToString().) |
![]() | UpdateDeviceInfo(DeviceInfo^) | Do not use this method. Updates the device information. |
This class is used by the CreateAlertsProperty method.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

