CallProvider.Call Property
Gets the Call object to be used with Microsoft Unified Communications Managed API workflow activities.
Namespace: Microsoft.Rtc.Workflow.Common
Assembly: Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)
Syntax
'Declaration
Public ReadOnly Property Call As Call
Get
'Usage
Dim instance As CallProvider
Dim value As Call
value = instance.Call
public Call Call { get; }
Property Value
Type: Microsoft.Rtc.Collaboration.Call