Share via


ConnectionData.SelectedKpiLocation Property

Gets or sets the location in the repository of the KPI that is associated with the selected cell.

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

Syntax

'Declaration
Public Property SelectedKpiLocation As RepositoryLocation
    Get
    Set
'Usage
Dim instance As ConnectionData
Dim value As RepositoryLocation

value = instance.SelectedKpiLocation

instance.SelectedKpiLocation = value
public RepositoryLocation SelectedKpiLocation { get; set; }

Property Value

Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocation
The location in the repository of the KPI that is associated with the selected cell.

See Also

Reference

ConnectionData Class

ConnectionData Members

Microsoft.PerformancePoint.Scorecards Namespace