Share via


Participant.Modalities Property

Gets the collection of conversation modalities (modes of communication).

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

Syntax

'Declaration
Public ReadOnly Property Modalities As IDictionary(Of ModalityTypes, Modality)
    Get
'Usage
Dim instance As Participant
Dim value As IDictionary(Of ModalityTypes, Modality)

value = instance.Modalities
public IDictionary<ModalityTypes, Modality> Modalities { get; }

Property Value

Type: System.Collections.Generic.IDictionary<ModalityTypes, Modality>

See Also

Reference

Participant Class

Participant Members

Microsoft.Lync.Model.Conversation Namespace