DialDevice.Id Property

Definition

Gets the remote device's ID. You can use this ID with the Windows.Devices.Enumeration APIs as well.

public:
 property Platform::String ^ Id { Platform::String ^ get(); };
winrt::hstring Id();
public string Id { get; }
var string = dialDevice.id;
Public ReadOnly Property Id As String

Property Value

String

Platform::String

winrt::hstring

The ID of the remote device.

Applies to