ConversationWindowInformationDictionary.Keys property
Keys collection.
Namespace: Microsoft.Lync.Model.Extensibility
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public ReadOnly Property Keys As ICollection(Of ConversationWindowInformationType)
Get
'Usage
Dim instance As ConversationWindowInformationDictionary
Dim value As ICollection(Of ConversationWindowInformationType)
value = instance.Keys
public ICollection<ConversationWindowInformationType> Keys { get; }
Property value
Type: System.Collections.Generic.ICollection<ConversationWindowInformationType>
Implements
IDictionary<TKey, TValue>.Keys
See also
Reference
ConversationWindowInformationDictionary class