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
error
Type: Microsoft.WindowsServerSolutions.Administration.ObjectModel.ErrorInfoThe ErrorInfo object that will be queried.
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