Enum NetworkAdapterNetBiosSetting
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Determines the NetBIOS Configuration for a network adapter.
public enum NetworkAdapterNetBiosSetting
Fields
Disabled = 3
Disable NetBIOS over TCP/IP.
Enabled = 2
Enable NetBIOS over TCP/IP.
EnabledDhcp = 1
The NetBIOS settings are configured using DHCP.
Unknown = 0
The NetBIOS setting is unknown.