ConversationWindowInformationDictionary.Item property
Given a conversation window property type, returns the related item value.
Namespace: Microsoft.Lync.Model.Extensibility
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Default Property Item ( _
_key As ConversationWindowInformationType _
) As Object
Get
Set
'Usage
Dim instance As ConversationWindowInformationDictionary
Dim _key As ConversationWindowInformationType
Dim value As Object
value = instance(_key)
instance(_key) = value
public Object this[
ConversationWindowInformationType _key
] { get; set; }
Parameters
Property value
Type: System.Object
Implements
IDictionary<TKey, TValue>.Item[TKey]
See also
Reference
ConversationWindowInformationDictionary class