Share via


BpmPropertyCollection.Add Method (Microsoft.PerformancePoint.Scorecards)

Adds the property to the collection.

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

Syntax

'Declaration
Public Overridable Sub Add ( _
    value As BpmProperty _
)
'Usage
Dim instance As BpmPropertyCollection
Dim value As BpmProperty

instance.Add(value)
public virtual void Add (
    BpmProperty value
)

Parameters

  • value
    The value to add to the end of the collection.

Remarks

If a property with the same UniqueName exists, then the property will be replaced.

See Also

Reference

BpmPropertyCollection Class
BpmPropertyCollection Members
Microsoft.PerformancePoint.Scorecards Namespace