TargetCollection.Clone Method
Performs a deep copy of this object.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Overrides Function Clone As TargetCollection
'Usage
Dim instance As TargetCollection
Dim returnValue As TargetCollection
returnValue = instance.Clone()
public override TargetCollection Clone()
Return Value
Type: Microsoft.PerformancePoint.Scorecards.TargetCollection
A clone of the current instance.