Conversation.Properties Property

Gets a dictionary 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>

Remarks

The value returned as the ConversationProperty.Id is the conversation Id and can change in the life of a Conversation instance. In consequence, this property cannot be relied on to uniquely identify a conversation.

See Also

Reference

Conversation Class

Conversation Members

Microsoft.Lync.Model.Conversation Namespace