Share via


PhoneLineDialResult.DialedCall Property

Definition

Gets the phone call instance.

public:
 property PhoneCall ^ DialedCall { PhoneCall ^ get(); };
PhoneCall DialedCall();
public PhoneCall DialedCall { get; }
var phoneCall = phoneLineDialResult.dialedCall;
Public ReadOnly Property DialedCall As PhoneCall

Property Value

A PhoneCall object representing the phone call instance if the dial succeeded, otherwise null.

Windows requirements

App capabilities
phoneCall

Applies to