Share via


IParameterPoint.BeginPoints property

Gets the list of beginpoints for this control.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
ReadOnly Property BeginPoints As ParameterDefinitionCollection
    Get
'Usage
Dim instance As IParameterPoint
Dim value As ParameterDefinitionCollection

value = instance.BeginPoints
ParameterDefinitionCollection BeginPoints { get; }

Property value

Type: Microsoft.PerformancePoint.Scorecards.ParameterDefinitionCollection
The list of beginpoints for this control.

See also

Reference

IParameterPoint interface

IParameterPoint members

Microsoft.PerformancePoint.Scorecards namespace