获取一个值,标识的事件的类型。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public ReadOnly Property Event As SPAuditEventType
Get
用法
Dim instance As SPAuditEntry
Dim value As SPAuditEventType
value = instance.Event
public SPAuditEventType Event { get; }
属性值
类型:Microsoft.SharePoint.SPAuditEventType
代表事件的类型SPAuditEventType 。
备注
Event在SharePoint Foundation部署具有自定义事件值SPAuditEventType.Custom 。使用EventName来区分不同种类的自定义事件。