NetworkInterface Property

Friend Property NetworkInterface(ByVal index As Long) As Eth32ConfigPluginInterface

Summary

This read-only property provides access to the information about each of the network interfaces in the list, which must be previously obtained by calling the GetInterfaces Method.

Parameters

  • index - The index of the interface within the list

Value

This property is a Eth32ConfigPluginInterface Structure. It returns the interface information for the result at the specified index location.

Remarks

The index is zero-based, which means it can range from zero up to one less than the number of available interfaces (as indicated by the NumInterfaces Property).

See Also

GetInterfaces Method, NumInterfaces Property