Share via


PhoneCallInfo.LineId Property

Definition

Gets the unique identifier of the phone line that owns a particular phone call.

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

Property Value

Guid

Platform::Guid

winrt::guid

A Guid representing the unique identifier of the phone line.

Windows requirements

App capabilities
phoneCall

Applies to