TestimoX

API Reference

Class

AuditGroup

Namespace ADPlayground.Audit
Assembly ADPlayground

Represents an audited group.

Inheritance

  • Object
  • AuditGroup

Constructors

Properties

public String SamAccountName { get; set; } #

Gets or sets the group's sAMAccountName.

public Nullable<DateTime> WhenCreated { get; set; } #

Gets or sets the time the group was created.

public String Description { get; set; } #

Gets or sets the group description.

public List<String> MemberOf { get; set; } #

Gets or sets group memberships.

public AuditCategory Category { get; } #

Gets the audit category for this model.