Gets the parent ConferenceSession object.

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

Syntax

Visual Basic (Declaration)
Public 
Property 
ConferenceSession 
As 

ConferenceSession
C#
public 

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

ConferenceSession^ 
ConferenceSession {
	

ConferenceSession^ 
get ();
	
void 
set (

ConferenceSession^ 
value);
}
JavaScript
function get_
conferenceSession();
function set_
conferenceSession(
value);

See Also