Gets or sets the Boolean value indicating if the endpoint should be throttled or not.

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

Syntax

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

See Also