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
- index
Type: System.Int32
Return value
Type: Microsoft.Lync.Model.Room.RoomMessageFormat
RoomMessageFormat