ConnectionProfile.GetNetworkNames Method
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.
Retrieves names associated with the network with which the connection is currently established.
public:
virtual IVectorView<Platform::String ^> ^ GetNetworkNames() = GetNetworkNames;
IVectorView<winrt::hstring> GetNetworkNames();
public IReadOnlyList<string> GetNetworkNames();
function getNetworkNames()
Public Function GetNetworkNames () As IReadOnlyList(Of String)
Returns
An array of string values representing friendly names used to identify the local endpoint.