SPAuditEntry.EventName Property
Gets the name of the type of a custom audited event.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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.)