MappingCollection.Item property

Gets or sets a specified mapping in this mapping collection.

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

Syntax

'Declaration
Public Default Property Item ( _
    i As Integer _
) As Mapping
    Get
    Set
'Usage
Dim instance As MappingCollection
Dim i As Integer
Dim value As Mapping

value = instance(i)

instance(i) = value
public Mapping this[
    int i
] { get; set; }

Parameters

Property value

Type: Microsoft.Office.Server.Search.Administration.Mapping
A mapping in this collection.

Exceptions

Exception Condition
ArgumentOutOfRangeException

If the argument is out of range.

See also

Reference

MappingCollection class

MappingCollection members

Microsoft.Office.Server.Search.Administration namespace