PhoneIncomingCallDismissedTriggerDetails.LineId 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 LineId for the incoming call being dismissed.
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
Property Value
GUID that identifies a line.
- Attributes