ContactEndpointCollection.Item[Int32] Property

Definition

Given an index, returns an item in the collection.

public:
 property Microsoft::Lync::Model::ContactEndpoint ^ default[int] { Microsoft::Lync::Model::ContactEndpoint ^ get(int _index); void set(int _index, Microsoft::Lync::Model::ContactEndpoint ^ value); };
public Microsoft.Lync.Model.ContactEndpoint this[int _index] { get; set; }
member this.Item(int) : Microsoft.Lync.Model.ContactEndpoint with get, set
Default Public Property Item(_index As Integer) As ContactEndpoint

Parameters

_index
Int32

Property Value

Implements

Applies to