PhoneLineDialResult.DialedCall Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
|