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.
Namespace: Microsoft.Lync.Model.Group
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Function Contains ( _
item As Contact _
) As Boolean
'Usage
Dim instance As ContactCollection
Dim item As Contact
Dim returnValue As Boolean
returnValue = instance.Contains(item)
public bool Contains(
Contact item
)
Parameters
- item
Type: Microsoft.Lync.Model.Contact
Return Value
Type: System.Boolean