Share via


RoomMessageDictionary.GetKeyAt method

Gets a key based on the index.

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

Syntax

'Declaration
Public Function GetKeyAt ( _
    index As Integer _
) As RoomMessageFormat
'Usage
Dim instance As RoomMessageDictionary
Dim index As Integer
Dim returnValue As RoomMessageFormat

returnValue = instance.GetKeyAt(index)
public RoomMessageFormat GetKeyAt(
    int index
)

Parameters

Return value

Type: Microsoft.Lync.Model.Room.RoomMessageFormat
RoomMessageFormat

See also

Reference

RoomMessageDictionary class

RoomMessageDictionary members

Microsoft.Lync.Model.Room namespace