PhoneCallOriginDataRequestTriggerDetails.PhoneNumber 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 the phone number for the origin of the phone call.
public:
property Platform::String ^ PhoneNumber { Platform::String ^ get(); };
winrt::hstring PhoneNumber();
/// [get: Windows.Foundation.Metadata.Deprecated("PhoneCallOriginDataRequestTriggerDetails is deprecated and might not work for all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.ApplicationModel.Calls.Background.CallsBackgroundContract")]
winrt::hstring PhoneNumber();
public string PhoneNumber { get; }
public string PhoneNumber { [Windows.Foundation.Metadata.Deprecated("PhoneCallOriginDataRequestTriggerDetails is deprecated and might not work for all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.ApplicationModel.Calls.Background.CallsBackgroundContract")] get; }
var string = phoneCallOriginDataRequestTriggerDetails.phoneNumber;
Public ReadOnly Property PhoneNumber As String
Property Value
The phone number of the phone call origin.
- Attributes
Windows requirements
App capabilities |
phoneCallHistory
phoneCallHistorySystem
|