共用方式為


SPForm.ServerRelativeUrl property

取得表單的伺服器相對 URL。

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

Syntax

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

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

Property value

Type: System.String
字串,包含伺服器相對 URL。

請參閱

參照

SPForm class

SPForm members

Microsoft.SharePoint namespace