EventFieldAttribute.Format Property
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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.