Edit

Share via


ParticipantEndpoint.ActiveMediaTypes Property

Definition

Caution

This method will be removed from future versions. Use method 'GetActiveMediaTypes()'

Gets the active media types for this participant endpoint.

public:
 property System::Collections::ObjectModel::Collection<System::String ^> ^ ActiveMediaTypes { System::Collections::ObjectModel::Collection<System::String ^> ^ get(); };
[System.Obsolete("This method will be removed from future versions. Use method 'GetActiveMediaTypes()'")]
public System.Collections.ObjectModel.Collection<string> ActiveMediaTypes { get; }
member this.ActiveMediaTypes : System.Collections.ObjectModel.Collection<string>
Public ReadOnly Property ActiveMediaTypes As Collection(Of String)

Property Value

Attributes

Remarks

This property will be removed from future versions. Instead use method GetActiveMediaTypes().

Applies to