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

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

Syntax

C#
public 
class 
ContactEndpointCollection : 
UCWLite, 
	
IList<

ContactEndpoint>, 
ICollection<

ContactEndpoint>, 
IEnumerable<

ContactEndpoint>, 
	
IEnumerable

Inheritance Hierarchy

System . . :: . . Object
   System . . :: . . MarshalByRefObject
     UCWBase
       UCWLite
         Microsoft.Lync.Model . . :: . . ContactEndpointCollection

See Also