SystemInfoDomain Property |
Win32_ComputerSystem: Name of the domain to which a computer belongs.
Namespace:
Xcalibur.Models.SystemInformation
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax [DataMemberAttribute]
public string Domain { get; set; }
<DataMemberAttribute>
Public Property Domain As String
Get
Set
public:
[DataMemberAttribute]
virtual property String^ Domain {
String^ get () sealed;
void set (String^ value) sealed;
}
[<DataMemberAttribute>]
abstract Domain : string with get, set
[<DataMemberAttribute>]
override Domain : string with get, set
Property Value
Type:
String
The domain.
Implements
ISystemInfoDomainSee Also