Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether the error that is associated with the specified ID 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(
string id
)
public:
bool IsActive(
String^ id
)
Public Function IsActive (
id As String
) As Boolean
Parameters
id
Type: System.StringThe ID that is associated with the 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