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
web
Type : Microsoft.SharePoint.SPWebObjet SPWeb qui représente une application Web mobile.
key
Type : System.StringChaîne qui contient la clé de configuration.
Valeur renvoyée
Type : System.String
Chaîne qui contient la valeur de configuration.