Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets a value that identifies the type of event.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
Public ReadOnly Property Event As SPAuditEventType
Get
Dim instance As SPAuditEntry
Dim value As SPAuditEventType
value = instance.Event
public SPAuditEventType Event { get; }
Property Value
Type: Microsoft.SharePoint.SPAuditEventType
A SPAuditEventType that represents the type of event.
Remarks
Event has the value SPAuditEventType.Custom for custom events at your Windows SharePoint Services 3.0 deployment. Use EventName to distinguish different kinds of custom events.