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: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
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 when an empty value should cause the property to be included
Public propertyLayout
Gets or sets the layout that will be rendered as the attribute's value.
Public propertyName
Gets or sets the name of the attribute.
Public propertyPropertyType
Gets or sets the type of the property.
Top
Methods
  NameDescription
Public methodRenderValue
Render Result Value
Top
See Also