Gets the ID used by phone users to identify this conference.

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

Syntax

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

Remarks

This ID is generated by the server and should be entirely numeric.

See Also