INetworkAdapterConfigurationInfoInterfaceIndex Property |
Win32_NetworkAdapterConfiguration: InterfaceIndex: Index value that uniquely
identifies a local network interface.
Namespace:
Xcalibur.Models.Hardware.Network
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax int InterfaceIndex { get; set; }
Property InterfaceIndex As Integer
Get
Set
property int InterfaceIndex {
int get ();
void set (int value);
}
abstract InterfaceIndex : int with get, set
Property Value
Type:
Int32
The index of the interface.
See Also