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

Public ReadOnly Property ItemType As SPAuditItemType
    Get

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