Gets the conference address.

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

Syntax

Visual Basic (Declaration)
Public 
Property 
ConferenceUri 
As 
String
C#
public 
string 
ConferenceUri { 
get; 
internal 
set; }
Visual C++
public:
property 
String^ 
ConferenceUri {
	
String^ 
get ();
	
void 
set (
String^ 
value);
}
JavaScript
function get_
conferenceUri();
function set_
conferenceUri(
value);

Remarks

In some cases the conference address may be needed to rejoin the conference, or sent via email for others to join.

See Also