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