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