Click or drag to resize

NetworkAdapterConfigurationInfoDefaultIpGateway Property

Win32_NetworkAdapterConfiguration: DefaultIPGateway: Array of IP addresses of default gateways that the computer system uses.

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

Property Value

Type: String
The default ip gateway.

Implements

INetworkAdapterConfigurationInfoDefaultIpGateway
See Also