NetworkAdapterConfigurationInfoDhcpEnabled 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 [DataMemberAttribute]
public bool DhcpEnabled { get; set; }
<DataMemberAttribute>
Public Property DhcpEnabled As Boolean
Get
Set
public:
[DataMemberAttribute]
virtual property bool DhcpEnabled {
bool get () sealed;
void set (bool value) sealed;
}
[<DataMemberAttribute>]
abstract DhcpEnabled : bool with get, set
[<DataMemberAttribute>]
override DhcpEnabled : bool with get, set
Property Value
Type:
Booleantrue if [DHCP enabled]; otherwise,
false.
Implements
INetworkAdapterConfigurationInfoDhcpEnabledSee Also