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