ModelComponentCollection.IList.IndexOf Method

Determines the index of a specific item in the collection.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

C#
int IList.IndexOf(
    Object value
)

Parameters

Return Value

Type: System.Int32
The index of value if found in the list; otherwise, -1.

Implements

IList.IndexOf(Object)

See Also

Reference

ModelComponentCollection Class

Microsoft.AnalysisServices Namespace