WebUIPhoneCallActivatedEventArgs.LineId Property

Definition

Gets the identifer of the PhoneLine being used, which you can use to retrieve a corresponding PhoneLine object.

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

Property Value

Guid

Platform::Guid

winrt::guid

The identifier of the PhoneLine being used.

Implements

Applies to