Modality.Properties property

Gets a collection of modality properties.

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

Syntax

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

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

Property value

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

See also

Reference

Modality class

Modality members

Microsoft.Lync.Model.Conversation namespace