Edit

Share via


ConferenceInvitation.AvailableMediaTypes Property

Definition

Gets a collection of the media types available in the conference for which this invitation was sent.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ AvailableMediaTypes { System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<string> AvailableMediaTypes { get; }
member this.AvailableMediaTypes : System.Collections.ObjectModel.ReadOnlyCollection<string>
Public ReadOnly Property AvailableMediaTypes As ReadOnlyCollection(Of String)

Property Value

Applies to