ContactCollection.Item Property

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

Syntax

'Declaration
Public Default Property Item ( _
    index As Integer _
) As Contact
    Get
    Set
'Usage
Dim instance As ContactCollection
Dim index As Integer
Dim value As Contact

value = instance(index)

instance(index) = value
public Contact this[
    int index
] { get; set; }

Parameters

Property Value

Type: Microsoft.Lync.Model.Contact

Implements

IList<T>.Item[Int32]

See Also

Reference

ContactCollection Class

ContactCollection Members

Microsoft.Lync.Model.Group Namespace