Share via


Scorecard.BeginPoints property

Gets the beginpoints collection.

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

Syntax

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

value = instance.BeginPoints
public ParameterDefinitionCollection BeginPoints { get; }

Property value

Type: Microsoft.PerformancePoint.Scorecards.ParameterDefinitionCollection
The beginpoints collection.

Implements

IParameterPoint.BeginPoints

See also

Reference

Scorecard class

Scorecard members

Microsoft.PerformancePoint.Scorecards namespace