This documentation is archived and is not being maintained.
StandardEventKeywords Enumeration
Visual Studio 2010
Defines the standard keywords that are attached to events by the event provider. For more information about keywords, see EventKeyword.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: System.Diagnostics.Eventing.ReaderAssembly: System.Core (in System.Core.dll)
| Member name | Description | |
|---|---|---|
| None | This value indicates that no filtering on keyword is performed when the event is published. | |
| WdiContext | Attached to all Windows Diagnostic Infrastructure (WDI) context events. | |
| WdiDiagnostic | Attached to all Windows Diagnostic Infrastructure (WDI) diagnostic events. | |
| Sqm | Attached to all Service Quality Mechanism (SQM) events. | |
| AuditFailure | Attached to all failed security audit events. This keyword should only be used for events in the Security log. | |
| AuditSuccess | Attached to all successful security audit events. This keyword should only be used for events in the Security log. | |
| CorrelationHint | Attached to transfer events where the related Activity ID (Correlation ID) is a computed value and is not guaranteed to be unique (not a real GUID). | |
| EventLogClassic | Attached to events which are raised using the RaiseEvent function. |
Windows 7, Windows Vista SP1 or later, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: