BpmPropertyListItemCollection.Add Method
Adds an object to the end of this collection.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
'Declaration
Public Overridable Sub Add ( _
value As BpmPropertyListItem _
)
'Usage
Dim instance As BpmPropertyListItemCollection
Dim value As BpmPropertyListItem
instance.Add(value)
public virtual void Add(
BpmPropertyListItem value
)
value
Type: Microsoft.PerformancePoint.Scorecards.BpmPropertyListItemThe object.
BpmPropertyListItemCollection Class