IsDhcpEnabled Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets a value specifying whether DHCP is enabled for this network interfaces.

Namespace:  Microsoft.SPOT.Net.NetworkInformation
Assembly:  Microsoft.SPOT.Net (in Microsoft.SPOT.Net.dll)

Syntax

'Declaration
Public ReadOnly Property IsDhcpEnabled As Boolean
public bool IsDhcpEnabled { get; }
public:
property bool IsDhcpEnabled {
    bool get ();
}
member IsDhcpEnabled : bool
function get IsDhcpEnabled () : boolean

Property Value

Type: System. . :: . .Boolean
true if DHCP is enabled, or false if not.

Remarks

Note

The .NET Micro Framework does not support IPv6. If you are using IPv6 and your program attempts to get a network address or network address properties, it will throw an exception.

.NET Framework Security

See Also

Reference

NetworkInterface Class

Microsoft.SPOT.Net.NetworkInformation Namespace