Share via


ParameterizableControl.BeginPoints Property (Microsoft.PerformancePoint.Scorecards.Server.Extensions)

The beginpoints of the control being rendered, an array of ParameterDefinition.

Namespace: Microsoft.PerformancePoint.Scorecards.Server.Extensions
Assembly: Microsoft.PerformancePoint.Scorecards.Server (in microsoft.performancepoint.scorecards.server.dll)

Syntax

'Declaration
Public Property BeginPoints As ParameterDefinition()
'Usage
Dim instance As ParameterizableControl
Dim value As ParameterDefinition()

value = instance.BeginPoints

instance.BeginPoints = value
public ParameterDefinition[] BeginPoints { get; set; }

See Also

Reference

ParameterizableControl Class
ParameterizableControl Members
Microsoft.PerformancePoint.Scorecards.Server.Extensions Namespace