CallMessageData.AcceptedContentIds Property
List of accepted contentIds parsed from ms-accepted-contentIds header.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property AcceptedContentIds As Collection(Of String)
Get
'Usage
Dim instance As CallMessageData
Dim value As Collection(Of String)
value = instance.AcceptedContentIds
public Collection<string> AcceptedContentIds { get; }
Property Value
Type: System.Collections.ObjectModel.Collection<String>