API Reference
Class
ComputerPrimaryGroupEntry
Represents a computer's primaryGroupID and related flags.
Inheritance
- Object
- ComputerPrimaryGroupEntry
Constructors
public ComputerPrimaryGroupEntry() #Inherited Methods
Properties
public String DomainName { get; set; } #DNS domain name.
public String SamAccountName { get; set; } #Computer's sAMAccountName.
public Nullable<Int32> PrimaryGroupId { get; set; } #primaryGroupID value; 515/516 expected for computers/DCs.
public String PrimaryGroupName { get; set; } #Friendly name for PrimaryGroupId (e.g., "Domain Computers (515)").
public Boolean IsDomainController { get; set; } #True when the entry represents a domain controller.