Partager via


ErrorManager.ActiveCount Property

 

Gets the number of errors that have not been dismissed.

Namespace:   Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly:  Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)

Syntax

public int ActiveCount { get; }
public:
property int ActiveCount {
    int get();
}
Public ReadOnly Property ActiveCount As Integer

Property Value

Type: System.Int32

The number of errors that have not been dismissed.

See Also

ErrorManager Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace

Return to top