Gets the current state of this Refer information. There is no state changed event for this state since the state changes are due to method calls made by the application only.

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

Syntax

Visual Basic (Declaration)
Public 
Property 
State 
As 
ReferState
C#
public 
ReferState 
State { 
get; 
protected 
set; }
Visual C++
public:
property 
ReferState 
State {
	
ReferState 
get ();
	
void 
set (
ReferState 
value);
}
JavaScript
function get_
state();
function set_
state(
value);

Field Value

Gets the current state of this Refer information. There is no state changed event for this state since the state changes are due to method calls made by the application only.

See Also