Share via


Scorecard.EndPoints property

Gets the endpoints collection.

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

Syntax

'Declaration
Public ReadOnly Property EndPoints As EndPointCollection
    Get
'Usage
Dim instance As Scorecard
Dim value As EndPointCollection

value = instance.EndPoints
public EndPointCollection EndPoints { get; }

Property value

Type: Microsoft.PerformancePoint.Scorecards.EndPointCollection
The endpoints collection.

Implements

IParameterPoint.EndPoints

See also

Reference

Scorecard class

Scorecard members

Microsoft.PerformancePoint.Scorecards namespace