ConnectionData.SelectedKpiMeasureId Property
Gets or sets the GUID of the measure 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 SelectedKpiMeasureId As Guid
Get
Set
'Usage
Dim instance As ConnectionData
Dim value As Guid
value = instance.SelectedKpiMeasureId
instance.SelectedKpiMeasureId = value
public Guid SelectedKpiMeasureId { get; set; }
Property Value
Type: System.Guid
The GUID of the measure that is associated with the selected cell.