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>