EventFieldAttribute.Format Property

Definition

Gets or sets the value that specifies how to format the value of a user-defined type.

public:
 property System::Diagnostics::Tracing::EventFieldFormat Format { System::Diagnostics::Tracing::EventFieldFormat get(); void set(System::Diagnostics::Tracing::EventFieldFormat value); };
public System.Diagnostics.Tracing.EventFieldFormat Format { get; set; }
member this.Format : System.Diagnostics.Tracing.EventFieldFormat with get, set
Public Property Format As EventFieldFormat

Property Value

The value that specifies how to format the value of a user-defined type.

Applies to