Conversation.Properties property

Gets a collection of conversation properties.

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

Syntax

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

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

Property value

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

See also

Reference

Conversation class

Conversation members

Microsoft.Lync.Model.Conversation namespace