Click or drag to resize

NetworkAdapterConfigurationInfoIpConnectionMetric Property

Win32_NetworkAdapterConfiguration: IPConnectionMetric: Cost of using the configured routes for the IP bound adapter and is the weighted value for those routes in the IP routing table. If there are multiple routes to a destination in the IP routing table, the route with the lowest metric is used. The default value is 1.

Namespace:  Xcalibur.Models.Hardware.Network
Assembly:  Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
[DataMemberAttribute]
public int IpConnectionMetric { get; set; }

Property Value

Type: Int32
The IP connection metric.

Implements

INetworkAdapterConfigurationInfoIpConnectionMetric
See Also