SPAuditEntry.EventName property

Gets the name of the type of a custom audited event.

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

Syntax

'Declaration
Public ReadOnly Property EventName As String
    Get
'Usage
Dim instance As SPAuditEntry
Dim value As String

value = instance.EventName
public string EventName { get; }

Property value

Type: System.String
A String that represents the name of the type of custom event.

Remarks

Use this property to distinguish different types of custom events. (For custom events, Event has the value SPAuditEventType.Custom.)

See also

Reference

SPAuditEntry class

SPAuditEntry members

Microsoft.SharePoint namespace