BackToBackCallSettings.Call Property
Get the instance of the call associated with the call leg.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property Call As Call
Get
'Usage
Dim instance As BackToBackCallSettings
Dim value As Call
value = instance.Call
public Call Call { get; }
Property Value
Type: Microsoft.Rtc.Collaboration.Call