MultiValuedProperty<T>.IList.IndexOf Method

Namespace:  Microsoft.Exchange.Data
Assembly:  Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)

Syntax

'Declaration
Private Function IndexOf ( _
    value As Object _
) As Integer Implements IList.IndexOf
'Usage
Dim instance As MultiValuedProperty
Dim value As Object
Dim returnValue As Integer

returnValue = CType(instance, IList).IndexOf(value)
int IList.IndexOf(
    Object value
)

Parameters

Return Value

Type: System.Int32
Returns Int32.

Implements

IList.IndexOf(Object)