SPMobileUtility.GetWebConfigValue-Methode
Gibt den Wert der Site-Konfiguration, der mit dem angegebenen Konfigurationsschlüssel für eine mobile Webanwendung verknüpft ist.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared Function GetWebConfigValue ( _
key As String _
) As String
'Usage
Dim key As String
Dim returnValue As String
returnValue = SPMobileUtility.GetWebConfigValue(key)
public static string GetWebConfigValue(
string key
)
Parameter
key
Typ: System.StringEine Zeichenfolge, die den Konfigurationsschlüssel enthält.
Rückgabewert
Typ: System.String
Eine Zeichenfolge, die den Konfigurationswert enthält.