Share via


ContactEndpointCollection.GetEnumerator method

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

Syntax

'Declaration
Public Function GetEnumerator As IEnumerator(Of ContactEndpoint)
'Usage
Dim instance As ContactEndpointCollection
Dim returnValue As IEnumerator(Of ContactEndpoint)

returnValue = instance.GetEnumerator()
public IEnumerator<ContactEndpoint> GetEnumerator()

Return value

Type: System.Collections.Generic.IEnumerator<ContactEndpoint>

Implements

IEnumerable<T>.GetEnumerator()

See also

Reference

ContactEndpointCollection class

ContactEndpointCollection members

Microsoft.Lync.Model namespace