Represents an event that occurs when the auditing configuration of an object store is changed. Auditing is either enabled or disabled by setting the
Top
AuditLevel
property on IObjectStore
, and the IAuditConfigurationEvent
object is saved. You can instantiate a
object in the following ways:
- Call the
orGetInstance
method on theFetchInstance Factory.AuditConfigurationEvent class. - Retrieve the
property on aAuditedEvents IContainable subclass, and iterate theIEventSet collection for instances of
objects.IAuditConfigurationEvent - Retrieve a
object from aIAuditConfigurationEvent IAuditConfigurationEventSet collection.
The following tables list the members exposed by IAuditConfigurationEvent.
Public Properties
Name | Description | |
---|---|---|
![]() | AuditLevel | The level of auditing on the object store on which this object is persisted. A value of 0 is returned if auditing is disabled; a value of 1 is returned if auditing is enabled. You can change the auditing level by setting this property on the object. |