NetworkInterface.Interrupt Property
|
Accesses an enumeration specifying what type of interrupt mechanism this interface uses.
This property should not be altered if the interface is for the Virtual Network.
Namespace:
IntervalZero.RTX64.ConfigAssembly:
IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version:
3.3.0.0 (File version: 3.5.0)
Syntaxpublic NetworkInterfaceInterruptType Interrupt { get; set; }
Public Property Interrupt As NetworkInterfaceInterruptType
Get
Set
public:
virtual property NetworkInterfaceInterruptType Interrupt {
NetworkInterfaceInterruptType get () sealed;
void set (NetworkInterfaceInterruptType value) sealed;
}
abstract Interrupt : NetworkInterfaceInterruptType with get, set
override Interrupt : NetworkInterfaceInterruptType with get, set
Property Value
Type:
NetworkInterfaceInterruptTypeImplements
IConfigNetworkInterface
Interrupt
See Also