Gets the phone number to access the conference.

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

Syntax

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

See Also