AuditLogs class

Collection of audit logs

Inheritance hierarchy

System.Object
  System.Collections.Generic.List<AuditLog>
    Microsoft.Web.Hosting.Administration.AuditLogs

Namespace:  Microsoft.Web.Hosting.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<CollectionDataContractAttribute> _
Public Class AuditLogs _
    Inherits List(Of AuditLog)
'Usage
Dim instance As AuditLogs
[CollectionDataContractAttribute]
public class AuditLogs : List<AuditLog>

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

AuditLogs members

Microsoft.Web.Hosting.Administration namespace