SPView.JS property
JS - an Attribute of the view, specifies the inline javascript used for the view.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property JS As String
Get
Set
'Usage
Dim instance As SPView
Dim value As String
value = instance.JS
instance.JS = value
public string JS { get; set; }
Property value
Type: System.String
The inline JavaScript.