ContactEndpointCollection Class
Represents a collection of endpoint identifiers available to a signed in user.
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
UCWBase
UCWLite
Microsoft.Lync.Model.ContactEndpointCollection
Namespace: Microsoft.Lync.Model
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Class ContactEndpointCollection _
Inherits UCWLite _
Implements IList(Of ContactEndpoint), ICollection(Of ContactEndpoint), _
IEnumerable(Of ContactEndpoint), IEnumerable
'Usage
Dim instance As ContactEndpointCollection
public class ContactEndpointCollection : UCWLite,
IList<ContactEndpoint>, ICollection<ContactEndpoint>, IEnumerable<ContactEndpoint>,
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.