AvailableValuesCollectionContains 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.3.0.1000)
Syntaxpublic bool Contains(
	Object value
)
Public Function Contains ( 
	value As Object
) As Boolean
public:
bool Contains(
	Object^ value
)
member Contains : 
        value : Object -> bool 
Parameters
- value
 - Type: SystemObject
The value. 
Return Value
Type: 
Boolean if the item is found in the collection; otherwise, 
.
See Also