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

See Also

Reference

FrequentContacts Class

FrequentContacts Members

Microsoft.Lync.Model.Group Namespace