PhoneCallBlockedTriggerDetails PhoneCallBlockedTriggerDetails PhoneCallBlockedTriggerDetails PhoneCallBlockedTriggerDetails Class

Definition

Used to provide the details about a call that was just blocked.

public : sealed class PhoneCallBlockedTriggerDetails : IPhoneCallBlockedTriggerDetailspublic sealed class PhoneCallBlockedTriggerDetails : IPhoneCallBlockedTriggerDetailsPublic NotInheritable Class PhoneCallBlockedTriggerDetails Implements IPhoneCallBlockedTriggerDetails// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows Mobile Extension SDK (introduced v10.0.10240.0) Windows Desktop Extension SDK (introduced v10.0.10586.0)
API contract
Windows.ApplicationModel.Calls.CallsPhoneContract (introduced v1) Windows.ApplicationModel.Calls.Background.CallsBackgroundContract (introduced v1)

Properties

CallBlockedReason CallBlockedReason CallBlockedReason CallBlockedReason

Gets the reason why a phone call was blocked.

public : PhoneCallBlockedReason CallBlockedReason { get; }public PhoneCallBlockedReason CallBlockedReason { get; }Public ReadOnly Property CallBlockedReason As PhoneCallBlockedReason// You can use this property in JavaScript.

LineId LineId LineId LineId

Gets the ID of the phone call that was just blocked.

public : PlatForm::Guid LineId { get; }public Guid LineId { get; }Public ReadOnly Property LineId As Guid// You can use this property in JavaScript.
Value
PlatForm::Guid Guid Guid Guid

The ID of the blocked phone call.

PhoneNumber PhoneNumber PhoneNumber PhoneNumber

Gets the phone number of the blocked call.

public : PlatForm::String PhoneNumber { get; }public string PhoneNumber { get; }Public ReadOnly Property PhoneNumber As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The phone number of the call that was blocked.