Partager via


SPDeveloperDashboardSettings.UserScripts - Propriété

Retourne une liste d'URL qui pointe vers les fichiers JavaScript qui doivent être chargés dans le tableau de bord du développeur.

Espace de noms :  Microsoft.SharePoint.Administration
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public ReadOnly Property UserScripts As IList(Of String)
    Get
'Utilisation
Dim instance As SPDeveloperDashboardSettings
Dim value As IList(Of String)

value = instance.UserScripts
public IList<string> UserScripts { get; }

Valeur de propriété

Type : System.Collections.Generic.IList<String>

Voir aussi

Référence

SPDeveloperDashboardSettings classe

SPDeveloperDashboardSettings - Membres

Microsoft.SharePoint.Administration - Espace de noms