TreeViewControl.ScriptDependencies Property

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

TreeViewControl Class

TreeViewControl Members

Microsoft.PerformancePoint.Scorecards.ServerRendering Namespace