ParameterizableControl.CustomStartupScript property
Contains optional client-side browser startup JavaScript for this control.
Namespace: Microsoft.PerformancePoint.Scorecards.Server.Extensions
Assembly: Microsoft.PerformancePoint.Scorecards.Server (in Microsoft.PerformancePoint.Scorecards.Server.dll)
Syntax
'Declaration
Public Property CustomStartupScript As String
Get
Set
'Usage
Dim instance As ParameterizableControl
Dim value As String
value = instance.CustomStartupScript
instance.CustomStartupScript = value
public string CustomStartupScript { get; set; }
Property value
Type: System.String
See also
Reference
ParameterizableControl members
Microsoft.PerformancePoint.Scorecards.Server.Extensions namespace