NetworkInterface.DeviceInstanceID Property

Access the device Instance ID of the device used by this network interface. This property is optional: it can be set to the empty string without altering the behavior of this class. No two NetworkInterface objects can have the same device Instance IDs (with the exception of the empty string).

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

Syntax
public string DeviceInstanceID { get; set; }

Property Value

Type: String

Implements

IConfigNetworkInterfaceDeviceInstanceID
See Also