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)
Syntax
'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
)
Parameters
value
Type: Microsoft.PerformancePoint.Scorecards.BpmPropertyListItemThe object.
See Also
Reference
BpmPropertyListItemCollection Class