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
scope
Type: Microsoft.SharePoint.Administration.Health.SPHealthCheckScopeA enumeration value that specifies a scope.
Return value
Type: System.String
A string in the language specified by the GlobalServerLanguage property.