Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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