This topic has not yet been rated - Rate this topic

AlgorithmParameterCollection.IList.Contains Method

Determines whether the AlgorithmParameterCollection contains a specific value.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
bool IList.Contains(
	Object value
)

Parameters

value
Type: System.Object
The object to locate in the AlgorithmParameterCollection.

Return Value

Type: System.Boolean
true if the object is found in the AlgorithmParameterCollection; otherwise, false.

Implements

IList.Contains(Object)
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.