SPHealthAnalyzer.GetLocalizedSeverity - Méthode
Retourne une chaîne localisée d'un niveau de gravité spécifié.
Espace de noms : Microsoft.SharePoint.Administration.Health
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Shared Function GetLocalizedSeverity ( _
level As SPHealthCheckErrorLevel _
) As String
'Utilisation
Dim level As SPHealthCheckErrorLevel
Dim returnValue As String
returnValue = SPHealthAnalyzer.GetLocalizedSeverity(level)
public static string GetLocalizedSeverity(
SPHealthCheckErrorLevel level
)
Paramètres
level
Type : Microsoft.SharePoint.Administration.Health.SPHealthCheckErrorLevelUne valeur d'énumération qui spécifie un niveau de gravité.
Valeur renvoyée
Type : System.String
Une chaîne dans la langue spécifiée par la propriété GlobalServerLanguage .