Edit

Share via


InstantMessagingMcuParticipantEndpointProperties.SupportedContent Property

Definition

Gets the supported content.

public:
 property System::Collections::ObjectModel::Collection<System::Net::Mime::ContentType ^> ^ SupportedContent { System::Collections::ObjectModel::Collection<System::Net::Mime::ContentType ^> ^ get(); };
public System.Collections.ObjectModel.Collection<System.Net.Mime.ContentType> SupportedContent { get; }
member this.SupportedContent : System.Collections.ObjectModel.Collection<System.Net.Mime.ContentType>
Public ReadOnly Property SupportedContent As Collection(Of ContentType)

Property Value

Remarks

The supported content types are given in the SDP negotiation with MCU.

Applies to