Share via


PhoneIncomingCallDismissedTriggerDetails.TextReplyMessage Property

Definition

The text message of the reply (if available).

public:
 property Platform::String ^ TextReplyMessage { Platform::String ^ get(); };
winrt::hstring TextReplyMessage();
/// [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")]
winrt::hstring TextReplyMessage();
public string TextReplyMessage { get; }
public string TextReplyMessage { [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 string = phoneIncomingCallDismissedTriggerDetails.textReplyMessage;
Public ReadOnly Property TextReplyMessage As String

Property Value

String

Platform::String

winrt::hstring

String representing the text message of the reply.

Attributes

Applies to