Class VirtualSwitch
Describes the a Hyper-V virtual network switch.
Namespace: Neon.HyperV
Assembly: Neon.HyperV.dll
Syntax
public class VirtualSwitch
Properties
Name
The switch name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
The switch type.
Declaration
public VirtualSwitchType Type { get; set; }
Property Value
Type | Description |
---|---|
VirtualSwitchType |