Gets the current state of the conversation.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
State 
As 

ConversationState
C#
public 

ConversationState 
State { 
get; }
Visual C++
public:
property 

ConversationState 
State {
	

ConversationState 
get ();
}
JavaScript
function get_
state();

See Also