ConferenceInvitation.AvailableMediaTypes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)