WiFiOnDemandHotspotNetwork.Id Property

Definition

Note

Some information relates to pre-released product, which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Important

This API will be affected by upcoming changes to operating system behavior, planned for fall 2024. For more info, see Changes to API behavior for Wi-Fi access and location.

A caller-chosen globally-unique identifier (GUID) that is intended to identify the hotspot.

Note

If you want to use this API in a UWP app, and publish your app to the Microsoft Store, then you'll need to request special approval to use the custom capability Microsoft.onDemandHotspotControl_8wekyb3d8bbwe (the On-Demand Network capability). For more info, see Custom capabilities.

The On-Demand Network capability will be made available only to app developers building end-to-end Wi-Fi hotspot scenarios between a tethering-capable hardware device and a Windows PC.

public:
 property Platform::Guid Id { Platform::Guid get(); };
winrt::guid Id();
public Guid Id { get; }
var guid = wiFiOnDemandHotspotNetwork.id;
Public ReadOnly Property Id As Guid

Property Value

Guid

Platform::Guid

winrt::guid

Windows requirements

App capabilities
onDemandHotspotControl

Remarks

The id is unique per calling app, but it might be the same between apps.

An app has visibility only into its own on-demand hotspot networks, and can't see networks added by other apps.

Applies to