Compartilhar via


SPAuditEntry.LocationType property

Obtém um valor que indica onde o evento ocorreu.

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

Syntax

'Declaração
Public ReadOnly Property LocationType As SPAuditLocationType
    Get
'Uso
Dim instance As SPAuditEntry
Dim value As SPAuditLocationType

value = instance.LocationType
public SPAuditLocationType LocationType { get; }

Property value

Type: Microsoft.SharePoint.SPAuditLocationType
Em SharePoint Foundation, essa propriedade sempre retorna Url ou Invalid.

Ver também

Referência

SPAuditEntry class

SPAuditEntry members

Microsoft.SharePoint namespace