NetworkAdapter.DHCPEnabled Property

Definition

Indicates whether the DHCP server automatically assigns an IP address to the computer system when establishing a network connection

public:
 property Nullable<bool> DHCPEnabled { Nullable<bool> get(); };
public bool? DHCPEnabled { get; }
member this.DHCPEnabled : Nullable<bool>
Public ReadOnly Property DHCPEnabled As Nullable(Of Boolean)

Property Value

Applies to