Open this page in the API Guide

AvailableValuesCollection.Contains Method (Object)

Determines whether a value is in 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 Contains(
	Object value
)

Parameters

value
Type: System.Object
The value.

Return Value

Type: Boolean
true if the item is found in the collection; otherwise, false.
See Also