Channel.Modality Property
Gets the associated modality object.
Namespace: Microsoft.Lync.Model.Conversation.AudioVideo
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public ReadOnly Property Modality As Modality
Get
'Usage
Dim instance As Channel
Dim value As Modality
value = instance.Modality
public Modality Modality { get; }
Property Value
Type: Microsoft.Lync.Model.Conversation.Modality