EventFieldTags Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the user-defined tag that is placed on fields of user-defined types that are passed as EventSource payloads through the EventFieldAttribute.
This enumeration supports a bitwise combination of its member values.
public enum class EventFieldTags
[System.Flags]
public enum EventFieldTags
[<System.Flags>]
type EventFieldTags =
Public Enum EventFieldTags
- Inheritance
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | Specifies no tag and is equal to zero. |