PhoneLineWatcherEventArgs.LineId Property

Definition

Gets the ID of the phone line that triggered the LineAdded, LineRemoved, or LineUpdated event.

public:
 property Platform::Guid LineId { Platform::Guid get(); };
winrt::guid LineId();
public Guid LineId { get; }
var guid = phoneLineWatcherEventArgs.lineId;
Public ReadOnly Property LineId As Guid

Property Value

Guid

Platform::Guid

winrt::guid

The ID of the phone line that triggered the LineAdded, LineRemoved, or LineUpdated event.

Windows requirements

App capabilities
phoneCallHistory phoneCallHistorySystem

Applies to