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
- index
Type: System.Int32
Return Value
Type: Microsoft.Lync.Model.Contact