Gets the role requested for the invitee.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
Role 
As 

ConferencingRole
C#
public 

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

ConferencingRole 
Role {
	

ConferencingRole 
get ();
}
JavaScript
function get_
role();

See Also