Gets the endpoint join method.

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

Syntax

Visual Basic (Declaration)
Public 
Property 
JoinMethod 
As 

ConferenceJoinMethod
C#
public 

ConferenceJoinMethod 
JoinMethod { 
get; 
internal 
set; }
Visual C++
public:
property 

ConferenceJoinMethod 
JoinMethod {
	

ConferenceJoinMethod 
get ();
	
void 
set (

ConferenceJoinMethod 
value);
}
JavaScript
function get_
joinMethod();
function set_
joinMethod(
value);

See Also