API Reference
Class
PrimaryGroupInfo
Represents primary group verification information for an account.
Inheritance
- Object
- PrimaryGroupInfo
Constructors
public PrimaryGroupInfo() #Inherited Methods
Properties
public String SamAccountName { get; set; } #Gets or sets the SAM account name.
public Int32 PrimaryGroupId { get; set; } #Gets or sets the RID of the primary group.
public Boolean IsStandardGroup { get; set; } #Gets or sets whether the primary group is one of the standard groups.
public Boolean IsMemberOfPrimaryGroup { get; set; } #Gets or sets whether the account is a member of the primary group.
public Exception MembershipException { get; set; } #Gets or sets the exception encountered while validating membership or null if the check succeeded.