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.
Represents the properties for a health alert.
Namespace:   Microsoft.WindowsServerSolutions.Common.Devices
Assembly:  DevicesOM (in DevicesOM.dll)
Inheritance Hierarchy
System.Object
  Microsoft.WindowsServerSolutions.Common.Devices.DeviceProperty
    Microsoft.WindowsServerSolutions.Common.Devices.AlertsProperty
Syntax
[DataContractAttribute]
public sealed class AlertsProperty : DeviceProperty
[DataContractAttribute]
public ref class AlertsProperty sealed : DeviceProperty
<DataContractAttribute>
Public NotInheritable Class AlertsProperty
    Inherits DeviceProperty
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | CriticalAlertCount | Gets the number of critical alerts. | 
| .jpeg) | InformationAlertCount | Gets the number of informational alerts. | 
| .jpeg) | PropertyName | Gets the name of the property.(Inherited from DeviceProperty.) | 
| .jpeg) | Timestamp | Gets the timestamp for the device.(Inherited from DeviceProperty.) | 
| .jpeg) | TotalAlertCount | Gets the total number of alerts. | 
| .jpeg) | WarningAlertCount | Gets the number of warning alerts. | 
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Equals(DeviceProperty) | Compares one AlertsProperty object to another AlertsProperty object.(Overrides DeviceProperty.Equals(DeviceProperty).) | 
| .jpeg) | Equals(Object) | Calls the Equals method with the specified object.(Overrides Object.Equals(Object).) | 
| .jpeg) | GetHashCode() | Returns a hash code for the AlertsProperty object.(Overrides Object.GetHashCode().) | 
| .jpeg) | GetType() | (Inherited from Object.) | 
| .jpeg) | ToString() | Returns a string representation of the properties.(Overrides Object.ToString().) | 
| .jpeg) | UpdateDeviceInfo(DeviceInfo) | Do not use this method. Updates the device information. | 
Remarks
This class is used by the CreateAlertsProperty method.
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.Common.Devices Namespace
Return to top