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 = 3Disable NetBIOS over TCP/IP.
Enabled = 2Enable NetBIOS over TCP/IP.
EnabledDhcp = 1The NetBIOS settings are configured using DHCP.
Unknown = 0The NetBIOS setting is unknown.