Gets the collection of all media channel establishment data.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 

MediaChannelEstablishmentDataCollection 
As 
Collection(
Of 

MediaChannelEstablishmentData)
C#
public 
Collection<

MediaChannelEstablishmentData> 

MediaChannelEstablishmentDataCollection { 
get; }
Visual C++
public:
property 
Collection<

MediaChannelEstablishmentData^>^ 

MediaChannelEstablishmentDataCollection {
	
Collection<

MediaChannelEstablishmentData^>^ 
get ();
}
JavaScript
function get_

mediaChannelEstablishmentDataCollection();

See Also