Click or drag to resize

SystemInfoDomainRole Property

Win32_ComputerSystem: Role of a computer in an assigned domain workgroup.

Namespace:  Xcalibur.Models.SystemInformation
Assembly:  Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
[DataMemberAttribute]
public int DomainRole { get; set; }

Property Value

Type: Int32
The domain role.

Implements

ISystemInfoDomainRole
See Also