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