SPMobileUtility.GetWebPropertyValue - Méthode
Retourne la valeur de la propriété Web spécifiée.
Espace de noms : Microsoft.SharePoint.Utilities
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Shared Function GetWebPropertyValue ( _
web As SPWeb, _
key As String _
) As String
'Utilisation
Dim web As SPWeb
Dim key As String
Dim returnValue As String
returnValue = SPMobileUtility.GetWebPropertyValue(web, _
key)
public static string GetWebPropertyValue(
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 propriété.
Valeur renvoyée
Type : System.String
Chaîne qui contient la valeur de la propriété.