Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the site configuration value that is associated with the specified configuration key for a mobile Web application.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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
)
Parameters
key
Type: System.StringA string that contains the configuration key.
Return Value
Type: System.String
A string that contains the configuration value.