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
- endpointType
Type: Microsoft.Lync.Model.ContactEndpointType
- endpointUri
Type: System.String
See Also
Reference
ContactEndpointCollection Class