TestimoX

API Reference

Class

GroupInfo

Namespace ADPlayground
Assembly ADPlayground

Basic information about an Active Directory group.

Inheritance

  • Object
  • GroupInfo

Remarks

See usage examples in the unit tests for typical scenarios.

Constructors

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.