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