Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 4
 StandardEventKeywords Enumeration
Collapse All/Expand All Collapse All
This page is specific to
Microsoft Visual Studio 2010/.NET Framework 4

Other versions are also available for the following:
.NET Framework Class Library
StandardEventKeywords Enumeration

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.Reader
Assembly:  System.Core (in System.Core.dll)
Visual Basic
<FlagsAttribute> _
Public Enumeration StandardEventKeywords
C#
[FlagsAttribute]
public enum StandardEventKeywords
Visual C++
[FlagsAttribute]
public enum class StandardEventKeywords
F#
[<FlagsAttribute>]
type StandardEventKeywords
Member nameDescription
NoneThis value indicates that no filtering on keyword is performed when the event is published.
WdiContextAttached to all Windows Diagnostic Infrastructure (WDI) context events.
WdiDiagnosticAttached to all Windows Diagnostic Infrastructure (WDI) diagnostic events.
SqmAttached to all Service Quality Mechanism (SQM) events.
AuditFailureAttached to all failed security audit events. This keyword should only be used for events in the Security log.
AuditSuccessAttached to all successful security audit events. This keyword should only be used for events in the Security log.
CorrelationHintAttached 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).
EventLogClassicAttached to events which are raised using the RaiseEvent function.

.NET Framework

Supported in: 4, 3.5

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

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.
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker