SPDeveloperDashboardSettings.UserScripts-Eigenschaft
Zurückgeben einer Liste der URLs verweisen auf JavaScript-Dateien, die in das Entwicklerdashboard geladen werden soll.
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; }
Eigenschaftswert
Typ: System.Collections.Generic.IList<String>
Siehe auch
Referenz
SPDeveloperDashboardSettings Klasse