Share via


Dashboard.GetScorecardIds Method (Microsoft.PerformancePoint.Scorecards)

Gets the GUIDs for all scorecards on this dashboard.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
Public Function GetScorecardIds As List(Of Guid)
'Usage
Dim instance As Dashboard
Dim returnValue As List(Of Guid)

returnValue = instance.GetScorecardIds
public List<Guid> GetScorecardIds ()

Return Value

A list of scorecard GUIDs.

See Also

Reference

Dashboard Class
Dashboard Members
Microsoft.PerformancePoint.Scorecards Namespace