Gets a dictionary of conversation properties.

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

Syntax

C#
public 
IDictionary<

ConversationProperty, 
Object> 
Properties { 
get; }

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