INetworkAdapterConfigurationInfoDefaultIpGateway 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 string[] DefaultIpGateway { get; set; }
Property DefaultIpGateway As String()
Get
Set
property array<String^>^ DefaultIpGateway {
array<String^>^ get ();
void set (array<String^>^ value);
}
abstract DefaultIpGateway : string[] with get, set
Property Value
Type:
String
The default ip gateway.
See Also