SPAuditEntry.ItemType property

Gets the type of object whose event is represented by the SPAuditEntry.

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

Syntax

'Declaration
Public ReadOnly Property ItemType As SPAuditItemType
    Get
'Usage
Dim instance As SPAuditEntry
Dim value As SPAuditItemType

value = instance.ItemType
public SPAuditItemType ItemType { get; }

Property value

Type: Microsoft.SharePoint.SPAuditItemType
An SPAuditItemType that identifies the type of the audited object.

See also

Reference

SPAuditEntry class

SPAuditEntry members

Microsoft.SharePoint namespace