SPMobileUtility.GetMobileConfigValueAsInt - Méthode
Retourne une version entier 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 GetMobileConfigValueAsInt ( _
web As SPWeb, _
key As String _
) As Integer
'Utilisation
Dim web As SPWeb
Dim key As String
Dim returnValue As Integer
returnValue = SPMobileUtility.GetMobileConfigValueAsInt(web, _
key)
public static int GetMobileConfigValueAsInt(
SPWeb web,
string key
)
Paramètres
web
Type : Microsoft.SharePoint.SPWebObjet SPWeb qui représente une application Web.
key
Type : System.StringChaîne qui contient la clé de configuration.
Valeur renvoyée
Type : System.Int32
Nombre entier qui représente la valeur de configuration.