RepositoryList.CopyFrom method
Used by inherited classes to perform a deep copy of the specified object.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Sub CopyFrom ( _
source As RepositoryList _
)
'Usage
Dim instance As RepositoryList
Dim source As RepositoryList
instance.CopyFrom(source)
public void CopyFrom(
RepositoryList source
)
Parameters
source
Type: Microsoft.PerformancePoint.Scorecards.RepositoryListThe object to copy from.