PhoneCallOriginDataRequestTriggerDetails
PhoneCallOriginDataRequestTriggerDetails
PhoneCallOriginDataRequestTriggerDetails
PhoneCallOriginDataRequestTriggerDetails
Class
Definition
Used to provide the origin details of the phone call.
public : sealed class PhoneCallOriginDataRequestTriggerDetails : IPhoneCallOriginDataRequestTriggerDetailspublic sealed class PhoneCallOriginDataRequestTriggerDetails : IPhoneCallOriginDataRequestTriggerDetailsPublic NotInheritable Class PhoneCallOriginDataRequestTriggerDetails Implements IPhoneCallOriginDataRequestTriggerDetails// 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
PhoneNumber PhoneNumber PhoneNumber PhoneNumber
Gets the phone number for the origin of the phone 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 phone call origin.
RequestId RequestId RequestId RequestId
Gets the unique identifier for this phone call.
public : PlatForm::Guid RequestId { get; }public Guid RequestId { get; }Public ReadOnly Property RequestId As Guid// You can use this property in JavaScript.
- Value
- PlatForm::Guid Guid Guid Guid
The unique identifier for this phone call.