ScriptDependency.ScriptLocation Property
The relative path of the script file, or the identifier of the script file when it is embedded as a resource in an assembly.
Namespace: Microsoft.PerformancePoint.Scorecards.Script
Assembly: Microsoft.PerformancePoint.Scorecards.Script (in Microsoft.PerformancePoint.Scorecards.Script.dll)
Syntax
'Declaration
Public Property ScriptLocation As String
Get
Set
'Usage
Dim instance As ScriptDependency
Dim value As String
value = instance.ScriptLocation
instance.ScriptLocation = value
public string ScriptLocation { get; set; }
Property Value
Type: System.String