NetworkOperatorTetheringClient.HostNames Property

Definition

Gets a list of hostnames used by this tethering client.

public:
 property IVectorView<HostName ^> ^ HostNames { IVectorView<HostName ^> ^ get(); };
IVectorView<HostName> HostNames();
public IReadOnlyList<HostName> HostNames { get; }
var iVectorView = networkOperatorTetheringClient.hostNames;
Public ReadOnly Property HostNames As IReadOnlyList(Of HostName)

Property Value

List of hostnames.

Windows requirements

App capabilities
wiFiControl

Applies to