SPHealthCheckStatus Enumeration

Describes the outcome after examining the system for a problem defined in a SharePoint Maintenance Manager rule. This class is used by the upgrade tool.

Namespace:  Microsoft.SharePoint.Administration.Health
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

Public Enumeration SPHealthCheckStatus

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.

See Also

Reference

Microsoft.SharePoint.Administration.Health Namespace