PhoneLine.Id Property

Definition

Gets the ID of the phone line.

public:
 property Platform::Guid Id { Platform::Guid get(); };
winrt::guid Id();
public Guid Id { get; }
var guid = phoneLine.id;
Public ReadOnly Property Id As Guid

Property Value

Guid

Platform::Guid

winrt::guid

The ID of the phone line.

Windows requirements

App capabilities
phoneCallHistory phoneCallHistorySystem

Remarks

For cellular lines, the ID is persistent across devices and reboots. For VoIP and Bluetooth Hands-Free lines, the ID is not persistent across devices and reboots.

Applies to