Modality Class
Abstract class representing a conversation mode such as audio, video, and instant messaging.
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
UCWBase
UCWFull
Microsoft.Lync.Model.Conversation.Modality
Microsoft.Lync.Model.Conversation.AudioVideo.AVModality
Microsoft.Lync.Model.Conversation.InstantMessageModality
Namespace: Microsoft.Lync.Model.Conversation
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public MustInherit Class Modality _
Inherits UCWFull
'Usage
Dim instance As Modality
public abstract class Modality : UCWFull
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.