NetworkInterface.Enabled Property

Controls whether the interface is enabled or disabled. New interfaces are enabled by default. Set this property to true to enable the interface or to false to disable the interface.

Namespace:  IntervalZero.RTX64.Config
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

Syntax
public bool Enabled { get; set; }

Property Value

Type: Boolean

Implements

IConfigNetworkInterfaceEnabled
See Also