SPView.JS property
JS-檢視的屬性指定用於檢視內嵌 javascript。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property JS As String
Get
Set
'用途
Dim instance As SPView
Dim value As String
value = instance.JS
instance.JS = value
public string JS { get; set; }
Property value
Type: System.String
內嵌JavaScript中。