Share via


ContactEndpointCollection.Item property

Given an index, returns an item in the collection.

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

Syntax

'Declaration
Public Default Property Item ( _
    _index As Integer _
) As ContactEndpoint
    Get
    Set
'Usage
Dim instance As ContactEndpointCollection
Dim _index As Integer
Dim value As ContactEndpoint

value = instance(_index)

instance(_index) = value
public ContactEndpoint this[
    int _index
] { get; set; }

Parameters

Property value

Type: Microsoft.Lync.Model.ContactEndpoint

Implements

IList<T>.Item[Int32]

See also

Reference

ContactEndpointCollection class

ContactEndpointCollection members

Microsoft.Lync.Model namespace