GroupCollection.Add method

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

Syntax

'Declaration
Public Sub Add ( _
    item As Group _
)
'Usage
Dim instance As GroupCollection
Dim item As Group

instance.Add(item)
public void Add(
    Group item
)

Parameters

Implements

ICollection<T>.Add(T)

See also

Reference

GroupCollection class

GroupCollection members

Microsoft.Lync.Model.Group namespace