CallMessageData.AcceptedContentIds 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.
List of accepted contentIds parsed from ms-accepted-contentIds header.
public:
property System::Collections::ObjectModel::Collection<System::String ^> ^ AcceptedContentIds { System::Collections::ObjectModel::Collection<System::String ^> ^ get(); };
public System.Collections.ObjectModel.Collection<string> AcceptedContentIds { get; }
member this.AcceptedContentIds : System.Collections.ObjectModel.Collection<string>
Public ReadOnly Property AcceptedContentIds As Collection(Of String)