NameInfo Constructor (NameInfo)
Initializes an instance of the NameInfo class based on another NameInfo object.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Protected Sub New ( _
template As NameInfo _
)
'Usage
Dim template As NameInfo
Dim instance As New NameInfo(template)
protected NameInfo(
NameInfo template
)
Parameters
template
Type: Microsoft.PerformancePoint.Scorecards.NameInfoThe object to copy.