API Reference
Class
AuditGroup
Represents an audited group.
Inheritance
- Object
- AuditGroup
Constructors
public AuditGroup() #Inherited Methods
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.