RoomMessageDictionary.GetValueAt method

Gets a value based on the index.

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

Syntax

'Declaration
Public Function GetValueAt ( _
    index As Integer _
) As Object
'Usage
Dim instance As RoomMessageDictionary
Dim index As Integer
Dim returnValue As Object

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

Parameters

Return value

Type: System.Object
System.Object

See also

Reference

RoomMessageDictionary class

RoomMessageDictionary members

Microsoft.Lync.Model.Room namespace