Share via


Room.UnreadRoomMessageCount property

Gets the unread room message count.

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

Syntax

'Declaration
Public ReadOnly Property UnreadRoomMessageCount As UInteger
    Get
'Usage
Dim instance As Room
Dim value As UInteger

value = instance.UnreadRoomMessageCount
public uint UnreadRoomMessageCount { get; }

Property value

Type: System.UInt32

See also

Reference

Room class

Room members

Microsoft.Lync.Model.Room namespace