EventFieldFormat Enum

Definition

Specifies how to format the value of a user-defined type and can be used to override the default formatting for a field.

public enum class EventFieldFormat
public enum EventFieldFormat
type EventFieldFormat = 
Public Enum EventFieldFormat
Inheritance
EventFieldFormat

Fields

Boolean 3

Boolean.

Default 0

Default.

Hexadecimal 4

Hexadecimal.

HResult 15

HResult.

Json 12

JSON.

String 2

String.

Xml 11

XML.

Applies to