ContactEndpointCollection.Item Property
Given an index, returns or updates 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