Share via


ParameterizableControl.BeginPoints property

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

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

Syntax

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

value = instance.BeginPoints

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

Property value

Type: []

See also

Reference

ParameterizableControl class

ParameterizableControl members

Microsoft.PerformancePoint.Scorecards.Server.Extensions namespace