AlertsProperty Class

 

Represents the properties for a health alert.

Namespace:   Microsoft.WindowsServerSolutions.Common.Devices
Assembly:  DevicesOM (in DevicesOM.dll)

System::Object
  Microsoft.WindowsServerSolutions.Common.Devices::DeviceProperty
    Microsoft.WindowsServerSolutions.Common.Devices::AlertsProperty

[DataContractAttribute]
public ref class AlertsProperty sealed : DeviceProperty

NameDescription
System_CAPS_pubpropertyCriticalAlertCount

Gets the number of critical alerts.

System_CAPS_pubpropertyInformationAlertCount

Gets the number of informational alerts.

System_CAPS_pubpropertyPropertyName

Gets the name of the property.(Inherited from DeviceProperty.)

System_CAPS_pubpropertyTimestamp

Gets the timestamp for the device.(Inherited from DeviceProperty.)

System_CAPS_pubpropertyTotalAlertCount

Gets the total number of alerts.

System_CAPS_pubpropertyWarningAlertCount

Gets the number of warning alerts.

NameDescription
System_CAPS_pubmethodEquals(DeviceProperty^)

Compares one AlertsProperty object to another AlertsProperty object.(Overrides DeviceProperty::Equals(DeviceProperty^).)

System_CAPS_pubmethodEquals(Object^)

Calls the Equals method with the specified object.(Overrides Object::Equals(Object^).)

System_CAPS_pubmethodGetHashCode()

Returns a hash code for the AlertsProperty object.(Overrides Object::GetHashCode().)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns a string representation of the properties.(Overrides Object::ToString().)

System_CAPS_pubmethodUpdateDeviceInfo(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.

Return to top

Community Additions

ADD
Show: