Share via


FrequentContacts.GetValueAt method

Returns the contact at a given index.

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

Syntax

'Declaration
Public Function GetValueAt ( _
    index As Integer _
) As Contact
'Usage
Dim instance As FrequentContacts
Dim index As Integer
Dim returnValue As Contact

returnValue = instance.GetValueAt(index)
public Contact GetValueAt(
    int index
)

Parameters

Return value

Type: Microsoft.Lync.Model.Contact
IContact

See also

Reference

FrequentContacts class

FrequentContacts members

Microsoft.Lync.Model.Group namespace