Gets the composing state of the participant for this event.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
ComposingState 
As 

ComposingState
C#
public 

ComposingState 
ComposingState { 
get; }
Visual C++
public:
property 

ComposingState 
ComposingState {
	

ComposingState 
get ();
}
JavaScript
function get_
composingState();

See Also