Partager via


ContactEndpointCollection.Add Method (ContactEndpointType, String)

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 ( _
    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