Share via


SPWeb.Audit property

Obtém o log de auditoria que está associado com o site.

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

Syntax

'Declaração
Public ReadOnly Property Audit As SPAudit
    Get
'Uso
Dim instance As SPWeb
Dim value As SPAudit

value = instance.Audit
public SPAudit Audit { get; }

Property value

Type: Microsoft.SharePoint.SPAudit
Um objeto SPAudit que representa o log de auditoria.

Ver também

Referência

SPWeb class

SPWeb members

Microsoft.SharePoint namespace