ContactCollection.IndexOf Method

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

Syntax

'Declaration
Public Function IndexOf ( _
    item As Contact _
) As Integer
'Usage
Dim instance As ContactCollection
Dim item As Contact
Dim returnValue As Integer

returnValue = instance.IndexOf(item)
public int IndexOf(
    Contact item
)

Parameters

Return Value

Type: System.Int32

Implements

IList<T>.IndexOf(T)

See Also

Reference

ContactCollection Class

ContactCollection Members

Microsoft.Lync.Model.Group Namespace