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)
Available in Sandboxed Solutions: No
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.