SPHealthAnalysisRule.ErrorLevel property

Gets the severity level of problems that this rule detects.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property ErrorLevel As SPHealthCheckErrorLevel
    Get
'Usage
Dim instance As SPHealthAnalysisRule
Dim value As SPHealthCheckErrorLevel

value = instance.ErrorLevel
public abstract SPHealthCheckErrorLevel ErrorLevel { get; }

Property value

Type: Microsoft.SharePoint.Administration.Health.SPHealthCheckErrorLevel
An enumeration value that indicates a severity level.

See also

Reference

SPHealthAnalysisRule class

SPHealthAnalysisRule members

Microsoft.SharePoint.Administration.Health namespace