Gets the endpoint role.

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

Syntax

Visual Basic (Declaration)
Public 
Property 
Role 
As 

ConferencingRole
C#
public 

ConferencingRole 
Role { 
get; 
internal 
set; }
Visual C++
public:
property 

ConferencingRole 
Role {
	

ConferencingRole 
get ();
	
void 
set (

ConferencingRole 
value);
}
JavaScript
function get_
role();
function set_
role(
value);

Remarks

The endpoint role, when specified, overrides the user role.

See Also