INetworkAdapterConfigurationInfoDnsEnabledForWinsResolution Property |
Win32_NetworkAdapterConfiguration: DNSEnabledForWINSResolution: RUE, the
Domain Name System (DNS) is enabled for
name resolution over Windows Internet Naming Service (WINS) resolution.
Namespace:
Xcalibur.Models.Hardware.Network
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax bool DnsEnabledForWinsResolution { get; set; }
Property DnsEnabledForWinsResolution As Boolean
Get
Set
property bool DnsEnabledForWinsResolution {
bool get ();
void set (bool value);
}
abstract DnsEnabledForWinsResolution : bool with get, set
Property Value
Type:
Booleantrue if [DNS enabled for wins resolution]; otherwise,
false.
See Also