Click or drag to resize

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 Value

Type: Boolean
true if [DHCP enabled]; otherwise, false.
See Also