共用方式為


SPForm.JSLink property

JSLink-表單的屬性指定用於表單的 Javascript 檔案。

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

Syntax

'宣告
Public Property JSLink As String
    Get
    Set
'用途
Dim instance As SPForm
Dim value As String

value = instance.JSLink

instance.JSLink = value
public string JSLink { get; set; }

Property value

Type: System.String
JavaScript檔的 URI。

請參閱

參照

SPForm class

SPForm members

Microsoft.SharePoint namespace