Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an array of strings that represent the relative paths in the resources directory to the script files used by the tree view control.
Namespace: Microsoft.PerformancePoint.Scorecards.ServerRendering
Assembly: Microsoft.PerformancePoint.Scorecards.ServerRendering (in Microsoft.PerformancePoint.Scorecards.ServerRendering.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property ScriptDependencies As ScriptDependency()
Get
'Usage
Dim instance As TreeViewControl
Dim value As ScriptDependency()
value = instance.ScriptDependencies
public override ScriptDependency[] ScriptDependencies { get; }
Property Value
Type: []
An array of strings that represent the relative paths in the resources directory to the script files used by the tree view control.
See Also
Reference
Microsoft.PerformancePoint.Scorecards.ServerRendering Namespace