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
- endpoint
Type: Microsoft.Lync.Model.ContactEndpoint
Implements
See Also
Reference
ContactEndpointCollection Class