ConversationWindow.Properties property

Gets a collection of conversation window properties.

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

Syntax

'Declaration
Public ReadOnly Property Properties As IDictionary(Of ConversationWindowInformationType, Object)
    Get
'Usage
Dim instance As ConversationWindow
Dim value As IDictionary(Of ConversationWindowInformationType, Object)

value = instance.Properties
public IDictionary<ConversationWindowInformationType, Object> Properties { get; }

Property value

Type: System.Collections.Generic.IDictionary<ConversationWindowInformationType, Object>

See also

Reference

ConversationWindow class

ConversationWindow members

Microsoft.Lync.Model.Extensibility namespace