SPHealthAnalyzer.GetLocalizedCategory method

Returns a localized string for a specified rule category.

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

Syntax

'Declaration
Public Shared Function GetLocalizedCategory ( _
    category As SPHealthCategory _
) As String
'Usage
Dim category As SPHealthCategory
Dim returnValue As String

returnValue = SPHealthAnalyzer.GetLocalizedCategory(category)
public static string GetLocalizedCategory(
    SPHealthCategory category
)

Parameters

Return value

Type: System.String
A string in the language specified by the GlobalServerLanguage property.

See also

Reference

SPHealthAnalyzer class

SPHealthAnalyzer members

Microsoft.SharePoint.Administration.Health namespace