Share via


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

Implements

IList<T>.IndexOf(T)

See Also

Reference

GroupCollection Class

GroupCollection Members

Microsoft.Lync.Model.Group Namespace