SPMobileUtility.GetWebPropertyValue method
傳回指定的網頁屬性的值。
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Shared Function GetWebPropertyValue ( _
web As SPWeb, _
key As String _
) As String
'用途
Dim web As SPWeb
Dim key As String
Dim returnValue As String
returnValue = SPMobileUtility.GetWebPropertyValue(web, _
key)
public static string GetWebPropertyValue(
SPWeb web,
string key
)
參數
web
Type: Microsoft.SharePoint.SPWebSPWeb物件,表示 mobile Web 應用程式。
key
Type: System.String字串,包含屬性機碼。
傳回值
Type: System.String
字串,包含屬性值。