PropertyBag Constructor (PropertyBag)
Initializes a new instance of the PropertyBag class, based on another PropertyBag object.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Sub New ( _
template As PropertyBag _
)
'Usage
Dim template As PropertyBag
Dim instance As New PropertyBag(template)
public PropertyBag(
PropertyBag template
)
Parameters
template
Type: Microsoft.PerformancePoint.Scorecards.PropertyBagThe object to copy.