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
- group
Type: Microsoft.Lync.Model.Group.Group
Return Value
Type: System.Int32