ContactCollection Class
Represents a collection of contacts that can be individually accessed by index.
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
UCWBase
UCWFull
Microsoft.Lync.Model.Group.ContactCollection
Microsoft.Lync.Model.Group.Group
Namespace: Microsoft.Lync.Model.Group
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Class ContactCollection _
Inherits UCWFull _
Implements IList(Of Contact), ICollection(Of Contact), _
IEnumerable(Of Contact), IEnumerable
'Usage
Dim instance As ContactCollection
public class ContactCollection : UCWFull,
IList<Contact>, ICollection<Contact>, IEnumerable<Contact>,
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.