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
uniqueName
Type: System.StringThe unique name of the object.
Remarks
This method removes the first occurrence of the specified object from the collection. It does not remove internal properties.