SPAuditEntry.Event property

Gets a value that identifies the type of event.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property Event As SPAuditEventType
    Get
'Usage
Dim instance As SPAuditEntry
Dim value As SPAuditEventType

value = instance.Event
public SPAuditEventType Event { get; }

Property value

Type: Microsoft.SharePoint.SPAuditEventType
A SPAuditEventType that represents the type of event.

Remarks

Event has the value SPAuditEventType.Custom for custom events at your SharePoint Foundation deployment. Use EventName to distinguish different kinds of custom events.

See also

Reference

SPAuditEntry class

SPAuditEntry members

Microsoft.SharePoint namespace