NetworkOperatorTetheringClient.HostNames Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
|