PhoneCallInfo.IsHoldSupported 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 value that determines whether or not the phone call can be placed on hold.
public:
property bool IsHoldSupported { bool get(); };
bool IsHoldSupported();
public bool IsHoldSupported { get; }
var boolean = phoneCallInfo.isHoldSupported;
Public ReadOnly Property IsHoldSupported As Boolean
Property Value
Boolean
bool
true
if the phone call can be placed on hold, otherwise false
.
Windows requirements
App capabilities |
phoneCall
|