Call.SupportedMediaTypes 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 the collection of media types supported by the call.
public:
abstract property System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ SupportedMediaTypes { System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ get(); };
public abstract System.Collections.ObjectModel.ReadOnlyCollection<string> SupportedMediaTypes { get; }
member this.SupportedMediaTypes : System.Collections.ObjectModel.ReadOnlyCollection<string>
Public MustOverride ReadOnly Property SupportedMediaTypes As ReadOnlyCollection(Of String)
Property Value
Remarks
The collection is implemented by every subclass.