| NetworkInterfaceInformationNames Property  | 
Gets the list of network adapter names.
 
Namespace: com.softwarekey.Client.Utils.SystemComponentAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic List<string> Names { get; }Public ReadOnly Property Names As List(Of String)
	Get
public:
property List<String^>^ Names {
	List<String^>^ get ();
}Property Value
Type: 
ListString
See Also