ConversationWindowInformationDictionary.GetKeyAt method

Gets a key based on the index.

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

Syntax

'Declaration
Public Function GetKeyAt ( _
    index As Integer _
) As ConversationWindowInformationType
'Usage
Dim instance As ConversationWindowInformationDictionary
Dim index As Integer
Dim returnValue As ConversationWindowInformationType

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

Parameters

Return value

Type: Microsoft.Lync.Model.Extensibility.ConversationWindowInformationType
ConversationWindowInformationType

See also

Reference

ConversationWindowInformationDictionary class

ConversationWindowInformationDictionary members

Microsoft.Lync.Model.Extensibility namespace