INetworkAdapterConfigurationInfoDhcpEnabled Property |
Win32_NetworkAdapterConfiguration: DHCPEnabled: If TRUE, the dynamic host
configuration protocol (DHCP) server automatically assigns
an IP address to the computer system when establishing a network connection.
Namespace:
Xcalibur.Models.Hardware.Network
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax bool DhcpEnabled { get; set; }
Property DhcpEnabled As Boolean
Get
Set
property bool DhcpEnabled {
bool get ();
void set (bool value);
}
abstract DhcpEnabled : bool with get, set
Property Value
Type:
Booleantrue if [DHCP enabled]; otherwise,
false.
See Also