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