ParameterizableControl.CustomStartupScript Property

Contains optional client-side browser startup ECMAScript (JavaScript, JScript) 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 Class

ParameterizableControl Members

Microsoft.PerformancePoint.Scorecards.Server.Extensions Namespace