ConfiguredView.GetKpiIds Method (Microsoft.PerformancePoint.Scorecards)

Gets the IDs of all the KPIs in this view.

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

Syntax

'Declaration
Public Function GetKpiIds As List(Of Guid)
'Usage
Dim instance As ConfiguredView
Dim returnValue As List(Of Guid)

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

Return Value

A list of KPI IDs.

See Also

Reference

ConfiguredView Class
ConfiguredView Members
Microsoft.PerformancePoint.Scorecards Namespace