RoomMessageDictionary.Count property
Returns number of items in the dictionary.
Namespace: Microsoft.Lync.Model.Room
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public ReadOnly Property Count As Integer
Get
'Usage
Dim instance As RoomMessageDictionary
Dim value As Integer
value = instance.Count
public int Count { get; }
Property value
Type: System.Int32