Click or drag to resize

NetworkAdapterConfigurationInfoTcpipNetbiosOptions Property

Win32_NetworkAdapterConfiguration: TcpipNetbiosOptions: Bitmap of the possible settings related to NetBIOS over TCP/IP.

Namespace:  Xcalibur.Models.Hardware.Network
Assembly:  Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
[DataMemberAttribute]
public NetbiosOptions TcpipNetbiosOptions { get; set; }

Property Value

Type: NetbiosOptions
The tcpip netbios options.

Implements

INetworkAdapterConfigurationInfoTcpipNetbiosOptions
See Also