Share via


PhoneIncomingCallDismissedTriggerDetails.LineId Propiedad

Definición

LineId para la llamada entrante que se descarta.

public:
 property Platform::Guid LineId { Platform::Guid get(); };
winrt::guid LineId();
/// [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::guid LineId();
public Guid LineId { get; }
public Guid LineId { [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 guid = phoneIncomingCallDismissedTriggerDetails.lineId;
Public ReadOnly Property LineId As Guid

Valor de propiedad

Guid

Platform::Guid

winrt::guid

GUID que identifica una línea.

Atributos

Se aplica a