WiFiDirectDevice.DeviceId Property

Definition

Gets the DeviceInformation Id for the Wi-Fi Direct device.

public:
 property Platform::String ^ DeviceId { Platform::String ^ get(); };
winrt::hstring DeviceId();
public string DeviceId { get; }
var string = wiFiDirectDevice.deviceId;
Public ReadOnly Property DeviceId As String

Property Value

String

Platform::String

winrt::hstring

The DeviceInformation Id for the Wi-Fi Direct device.

Applies to

See also