Click or drag to resize

TargetPropertyWithContext Class

Attribute details for TargetWithContext
Inheritance Hierarchy
SystemObject
  NLog.TargetsTargetPropertyWithContext

Namespace:  NLog.Targets
Assembly:  NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntax
public class TargetPropertyWithContext

The TargetPropertyWithContext type exposes the following members.

Constructors
  NameDescription
Public methodTargetPropertyWithContext
Initializes a new instance of the TargetPropertyWithContext class.
Public methodTargetPropertyWithContext(String, Layout)
Initializes a new instance of the TargetPropertyWithContext class.
Top
Properties
  NameDescription
Public propertyDefaultValue
Gets or sets the fallback value when result value is not available
Public propertyIncludeEmptyValue
Gets or sets whether empty property value should be included in the output.
Public propertyLayout
Gets or sets the layout used for rendering the property value.
Public propertyName
Gets or sets the name of the property.
Public propertyPropertyType
Gets or sets the type of the property.
Top
Methods
  NameDescription
Public methodRenderValue
Render Result Value
Top
See Also