Share via


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.

See also

Reference

MultiValuedProperty<T> class

MultiValuedProperty<T> members

Microsoft.Exchange.Data namespace