Gets the property that indicates if the remote supports the update method.

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

Syntax

Visual Basic (Declaration)
Public 
Property 
IsUpdateSupported 
As 
Boolean
C#
public 
bool 
IsUpdateSupported { 
get; 
internal 
set; }
Visual C++
public:
property 
bool 
IsUpdateSupported {
	
bool 
get ();
	
void 
set (
bool 
value);
}
JavaScript
function get_
isUpdateSupported();
function set_
isUpdateSupported(
value);

See Also