Share via


PhoneIncomingCallDismissedTriggerDetails.PhoneNumber Propiedad

Definición

Número de teléfono de la llamada entrante que se va a descartar.

public:
 property Platform::String ^ PhoneNumber { Platform::String ^ get(); };
winrt::hstring PhoneNumber();
/// [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 PhoneNumber();
public string PhoneNumber { get; }
public string PhoneNumber { [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.phoneNumber;
Public ReadOnly Property PhoneNumber As String

Valor de propiedad

String

Platform::String

winrt::hstring

Cadena que representa el número de teléfono.

Atributos

Se aplica a