GridHeaderItem.LinkedKpiId Property (Microsoft.PerformancePoint.Scorecards)

The ID of the linked KPI.

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

Syntax

'Declaration
<XmlAttributeAttribute> _
Public Property LinkedKpiId As Guid
'Usage
Dim instance As GridHeaderItem
Dim value As Guid

value = instance.LinkedKpiId

instance.LinkedKpiId = value
[XmlAttributeAttribute] 
public Guid LinkedKpiId { get; set; }

Remarks

Used if this is a KPI header.

See Also

Reference

GridHeaderItem Class
GridHeaderItem Members
Microsoft.PerformancePoint.Scorecards Namespace