PhoneLine.CanDial 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 a boolean value which indicates if the phone line can be used to place outgoing calls.
public:
property bool CanDial { bool get(); };
bool CanDial();
public bool CanDial { get; }
var boolean = phoneLine.canDial;
Public ReadOnly Property CanDial As Boolean
Property Value
Boolean
bool
True if the phone line can place outgoing calls; otherwise false.
Windows requirements
App capabilities |
phoneCallHistory
phoneCallHistorySystem
|