RoomMessage.MessageDictionary property
Gets a copy of message dictionary.
Namespace: Microsoft.Lync.Model.Room
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public ReadOnly Property MessageDictionary As RoomMessageDictionary
Get
'Usage
Dim instance As RoomMessage
Dim value As RoomMessageDictionary
value = instance.MessageDictionary
public RoomMessageDictionary MessageDictionary { get; }
Property value
Type: Microsoft.Lync.Model.Room.RoomMessageDictionary