Share via


ContactEndpointCollection.Add method (ContactEndpointType, String)

Adds a contact endpoint Uri by endpoint type to the list.

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

Syntax

'Declaration
Public Sub Add ( _
    endpointType As ContactEndpointType, _
    endpointUri As String _
)
'Usage
Dim instance As ContactEndpointCollection
Dim endpointType As ContactEndpointType
Dim endpointUri As String

instance.Add(endpointType, endpointUri)
public void Add(
    ContactEndpointType endpointType,
    string endpointUri
)

Parameters

See also

Reference

ContactEndpointCollection class

ContactEndpointCollection members

Add overload

Microsoft.Lync.Model namespace