Share via


DeviceInfo.AlertCounts Property

 

Gets the health alert status of the device.

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

Syntax

public AlertsProperty AlertCounts { get; internal set; }
public:
property AlertsProperty^ AlertCounts {
    AlertsProperty^ get();
    internal: void set(AlertsProperty^ value);
}
Public Property AlertCounts As AlertsProperty
    Get
    Friend Set
End Property

Property Value

Type: Microsoft.WindowsServerSolutions.Common.Devices.AlertsProperty

An instance of AlertsProperty.

Remarks

Null is returned if the alert status is not reported.

See Also

DeviceInfo Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace

Return to top