Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Retrieves a value indicating whether a network interface can obtain a DNS server address automatically.
Namespace: Microsoft.SPOT.Net.NetworkInformation
Assembly: Microsoft.SPOT.Net (in Microsoft.SPOT.Net.dll)
Syntax
'Declaration
Public ReadOnly Property IsDynamicDnsEnabled As Boolean
public bool IsDynamicDnsEnabled { get; }
public:
property bool IsDynamicDnsEnabled {
bool get ();
}
member IsDynamicDnsEnabled : bool with get
function get IsDynamicDnsEnabled () : boolean
Property Value
Type: System. . :: . .Boolean
true if dynamic DNS 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.