Share via


AlertsProperty.InformationAlertCount Property

 

Gets the number of informational alerts.

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

Syntax

[DataMemberAttribute]
public int InformationAlertCount { get; private set; }
public:
[DataMemberAttribute]
property int InformationAlertCount {
    int get();
    private: void set(int value);
}
<DataMemberAttribute>
Public Property InformationAlertCount As Integer
    Get
    Private Set
End Property

Property Value

Type: System.Int32

The number of informational alerts that have been reported.

See Also

AlertsProperty Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace

Return to top