PhoneIncomingCallDismissedTriggerDetails.Reason 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.
The reason why the incoming call is dismissed.
public:
property PhoneIncomingCallDismissedReason Reason { PhoneIncomingCallDismissedReason get(); };
PhoneIncomingCallDismissedReason Reason();
/// [get: Windows.Foundation.Metadata.Deprecated("PhoneIncomingCallDismissedTriggerDetails 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")]
PhoneIncomingCallDismissedReason Reason();
public PhoneIncomingCallDismissedReason Reason { get; }
public PhoneIncomingCallDismissedReason Reason { [Windows.Foundation.Metadata.Deprecated("PhoneIncomingCallDismissedTriggerDetails 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 phoneIncomingCallDismissedReason = phoneIncomingCallDismissedTriggerDetails.reason;
Public ReadOnly Property Reason As PhoneIncomingCallDismissedReason
Property Value
PhoneIncomingCallDismissedReason representing why the incoming call is dismissed.
- Attributes