Return the index of the contact endpoint in the collection.

Namespace:  Microsoft.Lync.Model
Assembly:  Microsoft.Lync.Model(in Microsoft.Lync.Model.dll)

Syntax

C#
public 
int 
IndexOf(
	

ContactEndpoint 
contactEndpoint
)

Parameters

contactEndpoint
Type: Microsoft.Lync.Model . . :: . . ContactEndpoint

Implements

IList < (Of < ( <' T > ) > ) > . . :: . . IndexOf(T)

See Also