InstantMessagingFlow.LocalComposingState Property
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property LocalComposingState As ComposingState
Get
Set
'Usage
Dim instance As InstantMessagingFlow
Dim value As ComposingState
value = instance.LocalComposingState
instance.LocalComposingState = value
public ComposingState LocalComposingState { get; set; }
Property Value
Type: Microsoft.Rtc.Collaboration.ComposingState