GroupCollection class
Represents the collection of all groups in the signed in user's contact list.
Inheritance hierarchy
System.Object
ScriptWrapper
ComObject
UCWBase
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 UCWBase _
Implements IList(Of Group), ICollection(Of Group), _
IEnumerable(Of Group), IEnumerable
'Usage
Dim instance As GroupCollection
public class GroupCollection : UCWBase,
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.