SPAudit.EffectiveAuditMask property

Gets or sets a value that indicates what kinds of events and actions are audited as specified for this object or from a higher scope, such as the site.

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

Syntax

'Declaration
Public ReadOnly Property EffectiveAuditMask As SPAuditMaskType
    Get
'Usage
Dim instance As SPAudit
Dim value As SPAuditMaskType

value = instance.EffectiveAuditMask
public SPAuditMaskType EffectiveAuditMask { get; }

Property value

Type: Microsoft.SharePoint.SPAuditMaskType
An enumeration value that represents an SPAuditMaskType that encodes in a bitwise fashion the events and actions that are audited.

See also

Reference

SPAudit class

SPAudit members

Microsoft.SharePoint namespace