API Reference
Class
GroupInfo
Basic information about an Active Directory group.
Inheritance
- Object
- GroupInfo
Remarks
See usage examples in the unit tests for typical scenarios.
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
- Method SearchResultMapper.ToGroupInfo
- Method DirectoryCatalogScenarioService.QueryGroupsAsync
- Method GroupGatherer.GetGroupsAdvancedAsync
- Method GroupGatherer.GetGroupsAsync
- Method Groups.Get
- Method Groups.GetAsync
- Method AdQueryService.GetGroups
- Method AdQueryService.GetGroups
- Method AdQueryService.GetGroupsAsync
Accepted by parameters
- Method AssessmentSummaryBuilder.BuildAssessment
- Method AssessmentSummaryBuilder.BuildGroups
- Method GroupReportingScenarioService.BuildResult
- Method GroupReportingScenarioService.BuildRows
- Method GroupSummaryService.BuildNestingSummariesAsync
- Method GroupSummaryService.BuildNestingSummariesAsync
- Constructor MembershipAclGraphBuilder.MembershipAclGraphBuilder
Constructors
public GroupInfo() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String SamAccountName { get; set; } #Gets or sets the group's sAMAccountName.
public String DistinguishedName { get; set; } #Gets or sets the distinguished name.
public GroupType GroupType { get; set; } #Gets or sets the group type flags.
public Nullable<DateTime> WhenCreated { get; set; } #Gets or sets the creation time.
public Int32 MemberCount { get; set; } #Gets or sets the number of members.
public Boolean IsMemberCountResolved { get; set; } #Gets or sets a value indicating whether MemberCount was explicitly resolved.