Share via


SPMobileUtility.GetMobileConfigValue - Méthode

Retourne une version chaîne de la valeur de configuration pour l'application Web mobile spécifiée.

Espace de noms :  Microsoft.SharePoint.Utilities
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public Shared Function GetMobileConfigValue ( _
    web As SPWeb, _
    key As String _
) As String
'Utilisation
Dim web As SPWeb
Dim key As String
Dim returnValue As String

returnValue = SPMobileUtility.GetMobileConfigValue(web, _
    key)
public static string GetMobileConfigValue(
    SPWeb web,
    string key
)

Paramètres

  • key
    Type : System.String

    Chaîne qui contient la clé de configuration.

Valeur renvoyée

Type : System.String
Chaîne qui contient la valeur de configuration.

Voir aussi

Référence

SPMobileUtility classe

SPMobileUtility - Membres

Microsoft.SharePoint.Utilities - Espace de noms