Participant.Properties property

Gets a collection of participant properties.

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

Syntax

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

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

Property value

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

See also

Reference

Participant class

Participant members

Microsoft.Lync.Model.Conversation namespace