Class NetAdapter
Describes a host network adapter.
Namespace: Neon.HyperV
Assembly: Neon.HyperV.dll
Syntax
public class NetAdapter
Properties
InterfaceIndex
The adapter's interface index.
Declaration
public int InterfaceIndex { get; set; }
Property Value
Type | Description |
---|---|
int |
Name
The adapter name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |