ContactEndpointCollection.Add method (ContactEndpoint)

Adds a contact endpoint to the contact endpoint collection.

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

Syntax

'Declaration
Public Sub Add ( _
    endpoint As ContactEndpoint _
)
'Usage
Dim instance As ContactEndpointCollection
Dim endpoint As ContactEndpoint

instance.Add(endpoint)
public void Add(
    ContactEndpoint endpoint
)

Parameters

Implements

ICollection<T>.Add(T)

See also

Reference

ContactEndpointCollection class

ContactEndpointCollection members

Add overload

Microsoft.Lync.Model namespace