Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the rule category with the specified display name.
Namespace: Microsoft.SharePoint.Administration.Health
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared Function ParseCategory ( _
category As String _
) As SPHealthCategory
'Usage
Dim category As String
Dim returnValue As SPHealthCategory
returnValue = SPHealthAnalyzer.ParseCategory(category)
public static SPHealthCategory ParseCategory(
string category
)
Parameters
category
Type: System.StringThe localized display name for a category.
Return Value
Type: Microsoft.SharePoint.Administration.Health.SPHealthCategory
An enumeration value that specifies a rule category.