MappingCollection.IndexOf Method

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Function IndexOf ( _
    mapping As Mapping _
) As Integer
'Usage
Dim instance As MappingCollection
Dim mapping As Mapping
Dim returnValue As Integer

returnValue = instance.IndexOf(mapping)
public int IndexOf(
    Mapping mapping
)

Parameters

Return Value

Type: System.Int32

See Also

Reference

MappingCollection Class

MappingCollection Members

Microsoft.Office.Server.Search.Administration Namespace