Share via


BpmPropertyCollection.AddRange Method (Microsoft.PerformancePoint.Scorecards)

Adds properties to the collection.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
Public Overridable Sub AddRange ( _
    collection As ICollection _
)
'Usage
Dim instance As BpmPropertyCollection
Dim collection As ICollection

instance.AddRange(collection)
public virtual void AddRange (
    ICollection collection
)

Parameters

  • collection
    The properties to add.

See Also

Reference

BpmPropertyCollection Class
BpmPropertyCollection Members
Microsoft.PerformancePoint.Scorecards Namespace