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)
[BrowsableAttribute(false)]
public List<string> ContentIds { get; private set; }
[BrowsableAttribute(false)]
public:
property List<String^>^ ContentIds {
    List<String^>^ get ();
    void set (List<String^>^ value);
}
function get_contentIds();
function set_contentIds(value);

See Also

AcceptCallActivity Class

Microsoft.Rtc.Workflow.Activities Namespace