InstantMessageModality.IsTyping property

Gets a flag indicating whether the endpoint is composing a message.

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

Syntax

'Declaration
Public ReadOnly Property IsTyping As Boolean
    Get
'Usage
Dim instance As InstantMessageModality
Dim value As Boolean

value = instance.IsTyping
public bool IsTyping { get; }

Property value

Type: System.Boolean

See also

Reference

InstantMessageModality class

InstantMessageModality members

Microsoft.Lync.Model.Conversation namespace