ScriptDependency Structure
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Defines script files that are required to render a Web Part.
Namespace: Microsoft.PerformancePoint.Scorecards.Script
Assembly: Microsoft.PerformancePoint.Scorecards.Script (in Microsoft.PerformancePoint.Scorecards.Script.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Structure ScriptDependency
'Usage
Dim instance As ScriptDependency
[SerializableAttribute]
public struct ScriptDependency
Remarks
This class can be used to identify script dependencies that are path-based or embedded in an assembly resource.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.