GroupCollection Class

Represents a collection of groups.

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    UCWBase
      UCWLite
        Microsoft.Lync.Model.Group.GroupCollection

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

Syntax

'Declaration
Public Class GroupCollection _
    Inherits UCWLite _
    Implements IList(Of Group), ICollection(Of Group),  _
    IEnumerable(Of Group), IEnumerable
'Usage
Dim instance As GroupCollection
public class GroupCollection : UCWLite, 
    IList<Group>, ICollection<Group>, IEnumerable<Group>, 
    IEnumerable

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

GroupCollection Members

Microsoft.Lync.Model.Group Namespace