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.