ConversationWindowInformationDictionary.Count property

Returns number of items in the dictionary.

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

Syntax

'Declaration
Public Property Count As Integer
    Get
    Set
'Usage
Dim instance As ConversationWindowInformationDictionary
Dim value As Integer

value = instance.Count

instance.Count = value
public int Count { get; set; }

Property value

Type: System.Int32

Implements

ICollection<T>.Count

See also

Reference

ConversationWindowInformationDictionary class

ConversationWindowInformationDictionary members

Microsoft.Lync.Model.Extensibility namespace