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; }
<DataMemberAttribute>
Public Property TcpipNetbiosOptions As NetbiosOptions
Get
Set
public:
[DataMemberAttribute]
virtual property NetbiosOptions TcpipNetbiosOptions {
NetbiosOptions get () sealed;
void set (NetbiosOptions value) sealed;
}
[<DataMemberAttribute>]
abstract TcpipNetbiosOptions : NetbiosOptions with get, set
[<DataMemberAttribute>]
override TcpipNetbiosOptions : NetbiosOptions with get, set
Property Value
Type:
NetbiosOptions
The tcpip netbios options.
Implements
INetworkAdapterConfigurationInfoTcpipNetbiosOptionsSee Also