KpiMeasureValue.CopyFrom Method
Copies from another KpiMeasureValue object.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Protected Sub CopyFrom ( _
element As KpiMeasureValue _
)
'Usage
Dim element As KpiMeasureValue
Me.CopyFrom(element)
protected void CopyFrom(
KpiMeasureValue element
)
Parameters
element
Type: Microsoft.PerformancePoint.Scorecards.KpiMeasureValueThe object to copy from.