SPHealthCheckStatus enumeration
Describes the outcome after examining the system for a problem defined in a SharePoint Health Analyzer rule.
Namespace: Microsoft.SharePoint.Administration.Health
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Enumeration SPHealthCheckStatus
'Usage
Dim instance As SPHealthCheckStatus
public enum SPHealthCheckStatus
Members
Member name | Description | |
---|---|---|
Passed | The health check passed. | |
Failed | The health check failed. |
Remarks
A rule’s Check() method returns one of the values of this enumeration.