GroupCollection.IndexOf method

Return the index of the group in the collection.

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

Syntax

'Declaration
Public Function IndexOf ( _
    group As Group _
) As Integer
'Usage
Dim instance As GroupCollection
Dim group As Group
Dim returnValue As Integer

returnValue = instance.IndexOf(group)
public int IndexOf(
    Group group
)

Parameters

Return value

Type: System.Int32
int

Implements

IList<T>.IndexOf(T)

See also

Reference

GroupCollection class

GroupCollection members

Microsoft.Lync.Model.Group namespace