Open this page in the API Guide

AvailableValuesCollection.Remove Method

Removes the first occurrence of a specific value from the collection.

Namespace:  Dundas.BI.Configuration
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public bool Remove(
	Object value
)

Parameters

value
Type: System.Object
The value.

Return Value

Type: Boolean
true if item is successfully removed; otherwise, false. This method also returns false if the value was not found in the collection.
See Also