SPAuditEntry.Event Property
Gets a value that identifies the type of event.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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.