Gets the conference ID that identifies this conference among the other conferences scheduled by the organizer.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
ConferenceId 
As 
String
C#
public 
string 
ConferenceId { 
get; }
Visual C++
public:
property 
String^ 
ConferenceId {
	
String^ 
get ();
}
JavaScript
function get_
conferenceId();

Remarks

The conference ID is unique within the organizers list of scheduled conferences.

See Also