SPHealthAnalysisRule.Category Property

Gets the category for this rule.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property Category As SPHealthCategory
    Get
'Usage
Dim instance As SPHealthAnalysisRule
Dim value As SPHealthCategory

value = instance.Category
public abstract SPHealthCategory Category { get; }

Property Value

Type: Microsoft.SharePoint.Administration.Health.SPHealthCategory
An enumeration value that indicates the type of problem that this rule detects.

See Also

Reference

SPHealthAnalysisRule Class

SPHealthAnalysisRule Members

Microsoft.SharePoint.Administration.Health Namespace