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