IsTypingChangedEventArgs.IsTyping Property
Gets the new value of IsTypingChanged flag for the source endpoint.
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 IsTypingChangedEventArgs
Dim value As Boolean
value = instance.IsTyping
public bool IsTyping { get; }
Property Value
Type: System.Boolean
See Also
Reference
IsTypingChangedEventArgs Class