NetworkAdapterConfigurationInfoDnsEnabledForWinsResolution 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 [DataMemberAttribute]
public bool DnsEnabledForWinsResolution { get; set; }
<DataMemberAttribute>
Public Property DnsEnabledForWinsResolution As Boolean
Get
Set
public:
[DataMemberAttribute]
virtual property bool DnsEnabledForWinsResolution {
bool get () sealed;
void set (bool value) sealed;
}
[<DataMemberAttribute>]
abstract DnsEnabledForWinsResolution : bool with get, set
[<DataMemberAttribute>]
override DnsEnabledForWinsResolution : bool with get, set
Property Value
Type:
Booleantrue if [DNS enabled for wins resolution]; otherwise,
false.
Implements
INetworkAdapterConfigurationInfoDnsEnabledForWinsResolutionSee Also