The subtype of the 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 
EndpointSubtype 
As 

EndpointSubtype
C#
public 

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

EndpointSubtype 
EndpointSubtype {
	

EndpointSubtype 
get ();
	
void 
set (

EndpointSubtype 
value);
}
JavaScript
function get_
endpointSubtype();
function set_
endpointSubtype(
value);

See Also