SPMobileUtility.GetMobileConfigValue Method

Returns a string version of the configuration value for the specified mobile Web application.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Shared Function GetMobileConfigValue ( _
    web As SPWeb, _
    key As String _
) As String
'Usage
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
)

Parameters

  • key
    Type: System.String

    A string that contains the configuration key.

Return Value

Type: System.String
A string that contains the configuration value.

See Also

Reference

SPMobileUtility Class

SPMobileUtility Members

Microsoft.SharePoint.Utilities Namespace