PhoneCallsResult.AllActivePhoneCalls Property

Definition

Gets the collection of phone calls on the line.

public:
 property IVectorView<PhoneCall ^> ^ AllActivePhoneCalls { IVectorView<PhoneCall ^> ^ get(); };
IVectorView<PhoneCall> AllActivePhoneCalls();
public IReadOnlyList<PhoneCall> AllActivePhoneCalls { get; }
var iVectorView = phoneCallsResult.allActivePhoneCalls;
Public ReadOnly Property AllActivePhoneCalls As IReadOnlyList(Of PhoneCall)

Property Value

A read-only collection representing the phone calls on the line.

Windows requirements

App capabilities
phoneCall

Applies to