Свойство SPSite.TrimAuditLog

Gets or sets a value that specifies whether to remove excess from the audit log periodically.

Пространство имен:  Microsoft.SharePoint
Сборка:  Microsoft.SharePoint (в Microsoft.SharePoint.dll)

Синтаксис

'Декларация
Public Property TrimAuditLog As Boolean
    Get
    Set
'Применение
Dim instance As SPSite
Dim value As Boolean

value = instance.TrimAuditLog

instance.TrimAuditLog = value
public bool TrimAuditLog { get; set; }

Значение свойства

Тип: System.Boolean
true to trim the audit log periodically; otherwise, false.

Замечания

The retention period for events in the audit log is specified by the value of the AuditLogTrimmingRetention property.

См. также

Справочные материалы

SPSite класс

Элементы SPSite

Пространство имен Microsoft.SharePoint

AuditLogTrimmingRetention