Click or drag to resize

NetworkAdapterConfigurationInfoWinsEnableLmHostsLookup Property

Win32_NetworkAdapterConfiguration: WINSEnableLMHostsLookup: If TRUE, local lookup files are used. Lookup files will contain a map of IP addresses to host names. If they exist on the local system, they will be found in %SystemRoot%\system32\drivers\etc.

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 WinsEnableLmHostsLookup { get; set; }

Property Value

Type: Boolean
true if [wins enable lm hosts lookup]; otherwise, false.

Implements

INetworkAdapterConfigurationInfoWinsEnableLmHostsLookup
See Also