ParameterizableControl.GetBeginPoints method

Gets the beginpoints for the control.

Namespace:  Microsoft.PerformancePoint.Scorecards.Server.Extensions
Assembly:  Microsoft.PerformancePoint.Scorecards.Server (in Microsoft.PerformancePoint.Scorecards.Server.dll)

Syntax

'Declaration
Protected Overridable Function GetBeginPoints As ParameterDefinition()
'Usage
Dim returnValue As ParameterDefinition()

returnValue = Me.GetBeginPoints()
protected virtual ParameterDefinition[] GetBeginPoints()

Return value

Type: []
An array of beginpoints.

See also

Reference

ParameterizableControl class

ParameterizableControl members

Microsoft.PerformancePoint.Scorecards.Server.Extensions namespace