NetworkAdapter.ConnectionID 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.
Name of the network connection as it appears in the Network Connections Control Panel program
public:
property System::String ^ ConnectionID { System::String ^ get(); };
public:
property Platform::String ^ ConnectionID { Platform::String ^ get(); };
public string ConnectionID { get; }
member this.ConnectionID : string
Public ReadOnly Property ConnectionID As String