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