GroupCollection.Remove Method

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

Syntax

'Declaration
Public Function Remove ( _
    item As Group _
) As Boolean
'Usage
Dim instance As GroupCollection
Dim item As Group
Dim returnValue As Boolean

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

Parameters

Return Value

Type: System.Boolean

Implements

ICollection<T>.Remove(T)

See Also

Reference

GroupCollection Class

GroupCollection Members

Microsoft.Lync.Model.Group Namespace