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.

See also

Reference

ContactEndpointCollection members

Microsoft.Lync.Model namespace