ContactCollection.Remove method

Namespace:  Microsoft.Lync.Model.Group
Assembly:  Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)

Syntax

'Declaration
Public Function Remove ( _
    item As Contact _
) As Boolean
'Usage
Dim instance As ContactCollection
Dim item As Contact
Dim returnValue As Boolean

returnValue = instance.Remove(item)
public bool Remove(
    Contact item
)

Parameters

Return value

Type: System.Boolean

Implements

ICollection<T>.Remove(T)

See also

Reference

ContactCollection class

ContactCollection members

Microsoft.Lync.Model.Group namespace