共用方式為


SPForm.MobileUrl property

取得行動裝置所使用的表單版本的 URL。

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public ReadOnly Property MobileUrl As String
    Get
'用途
Dim instance As SPForm
Dim value As String

value = instance.MobileUrl
public string MobileUrl { get; }

Property value

Type: System.String
行動表單的 URL。

請參閱

參照

SPForm class

SPForm members

Microsoft.SharePoint namespace