Call.SupportedMediaTypes Property

Definition

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.

Applies to