NetworkInterface.LinkStatus Property

Monitor the link status for a given interface. This property should not be altered if the interface is for the Virtual Network.

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

Syntax
public bool LinkStatus { get; set; }

Property Value

Type: Boolean
true if driver supports link status; otherwise, driver does not support link status .

Implements

IConfigNetworkInterfaceLinkStatus
See Also