Partager via


ErrorManager.IsActive Method (ErrorInfo)

 

Determines whether the specified error is active and has not been dismissed.

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

Syntax

public bool IsActive(
    ErrorInfo error
)
public:
bool IsActive(
    ErrorInfo^ error
)
Public Function IsActive (
    error As ErrorInfo
) As Boolean

Parameters

Return Value

Type: System.Boolean

true if the error is active; otherwise, false.

See Also

IsActive Overload
ErrorManager Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace

Return to top