ISystemInfoDomainRole 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 int DomainRole { get; set; }
Property DomainRole As Integer
Get
Set
property int DomainRole {
int get ();
void set (int value);
}
abstract DomainRole : int with get, set
Property Value
Type:
Int32
The domain role.
See Also