ContactEndpointCollection class

Represents a collection of endpoint identifiers available to a signed in user.

Inheritance hierarchy

System.Object
  ScriptWrapper
    ComObject
      UCWBase
        Microsoft.Lync.Model.ContactEndpointCollection

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

Syntax

'Declaration
Public Class ContactEndpointCollection _
    Inherits UCWBase _
    Implements IList(Of ContactEndpoint), ICollection(Of ContactEndpoint),  _
    IEnumerable(Of ContactEndpoint), IEnumerable
'Usage
Dim instance As ContactEndpointCollection
public class ContactEndpointCollection : UCWBase, 
    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