SPDeveloperDashboardSettings.UserScripts property
會傳回 Url 指向應該在開發人員儀表板中載入的 JavaScript 檔案清單。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property UserScripts As IList(Of String)
Get
'用途
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>
請參閱
參照
SPDeveloperDashboardSettings class