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