Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Copies from another object.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Overridable Sub CopyFrom ( _
value As VersionInfo _
)
'Usage
Dim instance As VersionInfo
Dim value As VersionInfo
instance.CopyFrom(value)
public virtual void CopyFrom(
VersionInfo value
)
Parameters
value
Type: Microsoft.PerformancePoint.Scorecards.VersionInfoThe object to copy from.