API Reference
Class
ComputerPrimaryGroupEntry
Represents a computer's primaryGroupID and related flags.
Inheritance
- Object
- ComputerPrimaryGroupEntry
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public ComputerPrimaryGroupEntry() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.