Open sandboxFocus

Constructor LogEventMetadata

LogEventMetadata(string?)

Initializes a new instance of the LogEventMetadata<TExpressionModel> class.

Declaration
protected LogEventMetadata(string? name)
Parameters
Type Name Description
string name

The name of the current LogEventMetadata. This property may be undefined. It must be defined when the LogEventData must be available for evaluation from transaction policy expressions. In this case, the type of expression model (i.e. the generic parameter of LogEventMetadata<TExpressionModel>) must be identical for identical values of the Name property.