PhoneCallActivatedEventArgs.LineId Property

Definition

Identifies the PhoneLine being used. Used to retrieve a corresponding PhoneLine object.

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

Property Value

Guid

Platform::Guid

winrt::guid

Implements

Applies to