Share via


BpmPropertyCollection.Remove method (String)

Removes the object with the specified unique name.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Overridable Sub Remove ( _
    uniqueName As String _
)
'Usage
Dim instance As BpmPropertyCollection
Dim uniqueName As String

instance.Remove(uniqueName)
public virtual void Remove(
    string uniqueName
)

Parameters

Remarks

This method removes the first occurrence of the specified object from the collection. It does not remove internal properties.

See also

Reference

BpmPropertyCollection class

BpmPropertyCollection members

Remove overload

Microsoft.PerformancePoint.Scorecards namespace