SPHealthAnalyzer.GetLocalizedScope method

Returns a localized string for a specified health check scope.

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

Syntax

'Declaration
Public Shared Function GetLocalizedScope ( _
    scope As SPHealthCheckScope _
) As String
'Usage
Dim scope As SPHealthCheckScope
Dim returnValue As String

returnValue = SPHealthAnalyzer.GetLocalizedScope(scope)
public static string GetLocalizedScope(
    SPHealthCheckScope scope
)

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