Gets or sets whether call supports the replaces header.

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

Syntax

Visual Basic (Declaration)
Public 
Property 
SupportsReplaces 
As 

CapabilitySupport
C#
public 

CapabilitySupport 
SupportsReplaces { 
get; 
set; }
Visual C++
public:
property 

CapabilitySupport 
SupportsReplaces {
	

CapabilitySupport 
get ();
	
void 
set (

CapabilitySupport 
value);
}
JavaScript
function get_
supportsReplaces();
function set_
supportsReplaces(
value);

See Also