共用方式為


SPAuditEntry.EventName property

會取得自訂稽核的事件類型的名稱。

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

Syntax

'宣告
Public ReadOnly Property EventName As String
    Get
'用途
Dim instance As SPAuditEntry
Dim value As String

value = instance.EventName
public string EventName { get; }

Property value

Type: System.String
String 表示的自訂事件類型的名稱。

備註

使用此屬性區別不同類型的自訂事件。(如自訂事件Event具有值SPAuditEventType.Custom)。

請參閱

參照

SPAuditEntry class

SPAuditEntry members

Microsoft.SharePoint namespace