PhoneLine.CanDial Property

Definition

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

Applies to