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; }
<DataMemberAttribute>
Public Property IpConnectionMetric As Integer
Get
Set
public:
[DataMemberAttribute]
virtual property int IpConnectionMetric {
int get () sealed;
void set (int value) sealed;
}
[<DataMemberAttribute>]
abstract IpConnectionMetric : int with get, set
[<DataMemberAttribute>]
override IpConnectionMetric : int with get, set
Property Value
Type:
Int32
The IP connection metric.
Implements
INetworkAdapterConfigurationInfoIpConnectionMetricSee Also