SPDeveloperDashboardSettings.UserScripts property
Return a list of URLs pointing to JavaScript files that should be loaded in the Developer Dashboard.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property UserScripts As IList(Of String)
Get
'Usage
Dim instance As SPDeveloperDashboardSettings
Dim value As IList(Of String)
value = instance.UserScripts
public IList<string> UserScripts { get; }
Property value
Type: System.Collections.Generic.IList<String>
See also
Reference
SPDeveloperDashboardSettings class