Share 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
Public Property ContentIds As List(Of String)
    Get
    Private Set
public List<string> ContentIds { get; private set; }
public:
property List<String^>^ ContentIds {
    List<String^>^ get ();
    private: void set (List<String^>^ value);
}
function set_contentIds(value);

See Also

AcceptCallActivity Class

Microsoft.Rtc.Workflow.Activities Namespace