Share via


ContactEndpointCollection.Add Method (ContactEndpoint)

Adds an contact endpoint to the 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