共用方式為


SPAuditEntry.EventSource property

表示是否發生事件,因為使用者動作SharePoint Foundation使用者介面 (UI) 中或以程式設計方式的值。

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

Syntax

'宣告
Public ReadOnly Property EventSource As SPAuditEventSource
    Get
'用途
Dim instance As SPAuditEntry
Dim value As SPAuditEventSource

value = instance.EventSource
public SPAuditEventSource EventSource { get; }

Property value

Type: Microsoft.SharePoint.SPAuditEventSource
會指定由程式碼使用SharePoint Foundation物件模型 (尤其是其中一個WriteAuditEvent方法),或透過 UI SharePoint Foundation部署的使用者,是否抵達造成事件SPAuditEventSource值。

備註

如果ObjectModelEventSource的值, SourceName屬性可以識別呼叫WriteAuditEvent的應用程式。

此屬性的目的之一是以確保惡意開發人員無法以程式設計方式建立顯示給已建立在 UI 中的使用者動作的稽核項目。

請參閱

參照

SPAuditEntry class

SPAuditEntry members

Microsoft.SharePoint namespace