The type of user agent that this endpoint represents.

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

Syntax

Visual Basic (Declaration)
Public 
Property 
EndpointType 
As 

EndpointType
C#
public 

EndpointType 
EndpointType { 
get; 
protected 
set; }
Visual C++
public:
property 

EndpointType 
EndpointType {
	

EndpointType 
get ();
	
void 
set (

EndpointType 
value);
}
JavaScript
function get_
endpointType();
function set_
endpointType(
value);

See Also