PhoneCallInfo.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 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
A Guid representing the unique identifier of the phone line.
Windows requirements
App capabilities |
phoneCall
|