RoomMessageDictionary.Keys property

Keys collection

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

Syntax

'Declaration
Public ReadOnly Property Keys As IList(Of RoomMessageFormat)
    Get
'Usage
Dim instance As RoomMessageDictionary
Dim value As IList(Of RoomMessageFormat)

value = instance.Keys
public IList<RoomMessageFormat> Keys { get; }

Property value

Type: System.Collections.Generic.IList<RoomMessageFormat>

See also

Reference

RoomMessageDictionary class

RoomMessageDictionary members

Microsoft.Lync.Model.Room namespace