ResourceDependencies.CustomStartupScript Property
A script to run in the browser when the Web Part is rendered.
Namespace: Microsoft.PerformancePoint.Scorecards.Script
Assembly: Microsoft.PerformancePoint.Scorecards.Script (in Microsoft.PerformancePoint.Scorecards.Script.dll)
Syntax
'Declaration
Public Property CustomStartupScript As String
Get
Set
'Usage
Dim instance As ResourceDependencies
Dim value As String
value = instance.CustomStartupScript
instance.CustomStartupScript = value
public string CustomStartupScript { get; set; }
Property Value
Type: System.String