SPList.Audit property
Obtém o log de auditoria que está associado à lista.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public ReadOnly Property Audit As SPAudit
Get
'Uso
Dim instance As SPList
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.