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.