SystemInfoNetBiosName Property |
Win32_ComputerSystem: NETBIOS name of machine.
Namespace:
Xcalibur.Models.SystemInformation
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax [DataMemberAttribute]
public string NetBiosName { get; set; }
<DataMemberAttribute>
Public Property NetBiosName As String
Get
Set
public:
[DataMemberAttribute]
virtual property String^ NetBiosName {
String^ get () sealed;
void set (String^ value) sealed;
}
[<DataMemberAttribute>]
abstract NetBiosName : string with get, set
[<DataMemberAttribute>]
override NetBiosName : string with get, set
Property Value
Type:
String
The name of the net bios.
Implements
ISystemInfoNetBiosNameSee Also