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
- _index
Type: System.Int32
Property value
Type: Microsoft.Lync.Model.ContactEndpoint
Implements
See also
Reference
ContactEndpointCollection class