PhoneCallInfo.IsHoldSupported Property

Definition

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

Requirements Description
App capabilities
phoneCall

Applies to