NetworkAdapter.DHCPEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)