Gets the information to access a conference through the phone.

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

Syntax

Visual Basic (Declaration)
Public 
Property 
PhoneInformation 
As 

ConferencePhoneInformation
C#
public 

ConferencePhoneInformation 
PhoneInformation { 
get; 
internal 
set; }
Visual C++
public:
property 

ConferencePhoneInformation^ 
PhoneInformation {
	

ConferencePhoneInformation^ 
get ();
	
void 
set (

ConferencePhoneInformation^ 
value);
}
JavaScript
function get_
phoneInformation();
function set_
phoneInformation(
value);

See Also