WebUIPhoneCallActivatedEventArgs.LineId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The identifier of the PhoneLine
being used.