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
- item
Type: Microsoft.Lync.Model.Contact
Return value
Type: System.Int32