SPAuditEntry.LocationType property
Gets a value that indicates where the event occurred.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property LocationType As SPAuditLocationType
Get
'Usage
Dim instance As SPAuditEntry
Dim value As SPAuditLocationType
value = instance.LocationType
public SPAuditLocationType LocationType { get; }
Property value
Type: Microsoft.SharePoint.SPAuditLocationType
In SharePoint Foundation, this property always returns Url or Invalid.