共用方式為


SPWeb.Audit property

取得與網站相關聯的稽核記錄檔。

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

Syntax

'宣告
Public ReadOnly Property Audit As SPAudit
    Get
'用途
Dim instance As SPWeb
Dim value As SPAudit

value = instance.Audit
public SPAudit Audit { get; }

Property value

Type: Microsoft.SharePoint.SPAudit
SPAudit 物件,表示稽核記錄檔。

請參閱

參照

SPWeb class

SPWeb members

Microsoft.SharePoint namespace