Partilhar via


AcceptCallActivity.ContentIds Property

Gets content identifiers to be used on Call.BeginAccept.

Namespace:  Microsoft.Rtc.Workflow.Activities
Assembly:  Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public Property ContentIds As List(Of String)
    Get
    Private Set
'Usage
Dim instance As AcceptCallActivity
Dim value As List(Of String)

value = instance.ContentIds
[BrowsableAttribute(false)]
public List<string> ContentIds { get; private set; }

Property Value

Type: System.Collections.Generic.List<String>

See Also

Reference

AcceptCallActivity Class

AcceptCallActivity Members

Microsoft.Rtc.Workflow.Activities Namespace