MultiValuedProperty<T>.IndexOf Method

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

Syntax

'Declaration
Public Function IndexOf ( _
    value As T _
) As Integer
'Usage
Dim instance As MultiValuedProperty
Dim value As T
Dim returnValue As Integer

returnValue = instance.IndexOf(value)
public int IndexOf(
    T value
)

Parameters

  • value
    Type: T

Return Value

Type: System.Int32
Returns Int32.

Implements

IList<T>.IndexOf(T)