SPMobileUtility.GetMobileConfigValue method
傳回指定的 mobile Web 應用程式的組態值的字串版本。
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Shared Function GetMobileConfigValue ( _
web As SPWeb, _
key As String _
) As String
'用途
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
)
參數
web
Type: Microsoft.SharePoint.SPWebSPWeb物件,表示 mobile Web 應用程式。
key
Type: System.String字串,包含組態機碼。
傳回值
Type: System.String
字串,包含設定值。