INetworkAdapterConfigurationInfoWinsEnableLmHostsLookup 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 bool WinsEnableLmHostsLookup { get; set; }
Property WinsEnableLmHostsLookup As Boolean
Get
Set
property bool WinsEnableLmHostsLookup {
bool get ();
void set (bool value);
}
abstract WinsEnableLmHostsLookup : bool with get, set
Property Value
Type:
Booleantrue if [wins enable lm hosts lookup]; otherwise,
false.
See Also