RoomMessageDictionary.Type property

Puts the room message type

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

Syntax

'Declaration
Public Property Type As RoomMessageType
    Get
    Set
'Usage
Dim instance As RoomMessageDictionary
Dim value As RoomMessageType

value = instance.Type

instance.Type = value
public RoomMessageType Type { get; set; }

Property value

Type: Microsoft.Lync.Model.Room.RoomMessageType

See also

Reference

RoomMessageDictionary class

RoomMessageDictionary members

Microsoft.Lync.Model.Room namespace