PhoneLineDetails.LineId Property

Definition

Gets the identifier of the phone line.

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

Property Value

Guid

Platform::Guid

winrt::guid

The identifier of the phone line.

Windows requirements

App capabilities
accessoryManager

Remarks

Calling this API requires that the ID_CAP_SMS and ID_CAP_SMS_COMPANION capabilities be specified in the application manifest.

Applies to