Share via


KpiMeasureValue.BaseKpiMeasureId Property

Gets or sets the GUID of the base measure.

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

Syntax

'Declaration
Public Property BaseKpiMeasureId As Guid
    Get
    Set
'Usage
Dim instance As KpiMeasureValue
Dim value As Guid

value = instance.BaseKpiMeasureId

instance.BaseKpiMeasureId = value
public Guid BaseKpiMeasureId { get; set; }

Property Value

Type: System.Guid
The GUID of the base measure.

See Also

Reference

KpiMeasureValue Class

KpiMeasureValue Members

Microsoft.PerformancePoint.Scorecards Namespace