Gets the Network Basic Input/Output System (NetBIOS) node type of the local computer.
| C# | Visual Basic |
public NetBiosNodeType NodeType { get; }
Public ReadOnly Property NodeType As NetBiosNodeType
A NetBiosNodeType value.
The node type determines the way in which NetBIOS names are resolved to IP addresses.
For additional information, see the NetBiosNodeType class overview.
| Exception | Condition |
|---|---|
| NetworkInformationException | A Win32 function call failed. |