System.Net.NetworkInformation.IPv4InterfaceProperties.IsDhcpEnabled Property

Gets a bool value that indicates whether the interface is configured to use a Dynamic Host Configuration Protocol (DHCP) server to obtain an IP address.

Syntax

public abstract bool IsDhcpEnabled { get; }

Value

Documentation for this section has not yet been entered.

Remarks

When this property is true, a DHCP server assigns the IP address to the interface when the computer establishes its network connections.

Requirements

Namespace: System.Net.NetworkInformation
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0