UnreadCount property

int? get UnreadCount
Gets the new number of unread messages. This is is only meaningful when EventType is equal to EventType.Modified. For all other event types, UnreadCount is null.

Implementation

int? get UnreadCount => this._unreadCount;