SPMobileUtility.GetWebConfigValue method
傳回與指定的組態機碼的 mobile Web 應用程式相關聯的站台設定值。
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Shared Function GetWebConfigValue ( _
key As String _
) As String
'用途
Dim key As String
Dim returnValue As String
returnValue = SPMobileUtility.GetWebConfigValue(key)
public static string GetWebConfigValue(
string key
)
參數
key
Type: System.String字串,包含組態機碼。
傳回值
Type: System.String
字串,包含設定值。