KpiMeasure.OwnerKpiId Property (Microsoft.PerformancePoint.Scorecards)
The ID of the KPI this KpiMeasure is associated with.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)
Syntax
'Declaration
<XmlAttributeAttribute> _
Public Property OwnerKpiId As Guid
'Usage
Dim instance As KpiMeasure
Dim value As Guid
value = instance.OwnerKpiId
instance.OwnerKpiId = value
[XmlAttributeAttribute]
public Guid OwnerKpiId { get; set; }
See Also
Reference
KpiMeasure Class
KpiMeasure Members
Microsoft.PerformancePoint.Scorecards Namespace