SPAuditEntry.LocationType Property

Gets a value that indicates where the event occurred.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

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.

See Also

Reference

SPAuditEntry Class

SPAuditEntry Members

Microsoft.SharePoint Namespace