MediaTypes Property
Namespace: Microsoft.Rtc.Collaboration.ComponentModel
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property MediaTypes As Collection(Of String)
Get
'Usage
Dim instance As MediaBasedFactory
Dim value As Collection(Of String)
value = instance.MediaTypes
public abstract Collection<string> MediaTypes { get; }
Property Value
Type: System.Collections.ObjectModel..::..Collection<(Of <(<'String>)>)>