AuditEvent Class

Definition

The class representing MIP SDK audit.

public class AuditEvent : Microsoft.InformationProtection.Event
public class AuditEvent
type AuditEvent = class
    inherit Event
type AuditEvent = class
Public Class AuditEvent
Inherits Event
Public Class AuditEvent
Inheritance
AuditEvent
Inheritance
AuditEvent

Constructors

AuditEvent(String, EventLevel, DateTime, ReadOnlyCollection<EventProperty>)

Constructor for AuditEvent

Properties

Level

The level of event, indicating whether it is considered necessary service data (NSD) or not.

Level

The level of event, indicating whether it is considered necessary service data (NSD) or not.

(Inherited from Event)
Name

Event name.

Name

Event name.

(Inherited from Event)
Properties

All event properties.

Properties

All event properties.

(Inherited from Event)
StartTime

The event start time.

StartTime

The event start time.

(Inherited from Event)

Applies to