Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the collection of all media channel establishment data.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property MediaChannelEstablishmentDataCollection As Collection(Of MediaChannelEstablishmentData)
Get
'Usage
Dim instance As MediaTroubleshootingDataReportedEventArgs
Dim value As Collection(Of MediaChannelEstablishmentData)
value = instance.MediaChannelEstablishmentDataCollection
public Collection<MediaChannelEstablishmentData> MediaChannelEstablishmentDataCollection { get; }
Property Value
Type: System.Collections.ObjectModel.Collection<MediaChannelEstablishmentData>
See Also
Reference
MediaTroubleshootingDataReportedEventArgs Class