Click or drag to resize

NLogViewerParameterInfo Class

Represents a parameter to a NLogViewer target.
Inheritance Hierarchy
SystemObject
  NLog.TargetsNLogViewerParameterInfo

Namespace:  NLog.Targets
Assembly:  NLog (in NLog.dll) Version: 5.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
Syntax
public class NLogViewerParameterInfo

The NLogViewerParameterInfo type exposes the following members.

Constructors
  NameDescription
Public methodNLogViewerParameterInfo
Initializes a new instance of the NLogViewerParameterInfo class.
Top
Properties
  NameDescription
Public propertyIncludeEmptyValue
Gets or sets whether an attribute with empty value should be included in the output
Public propertyLayout
Gets or sets the layout that should be use to calculate the value for the parameter.
Public propertyName
Gets or sets viewer parameter name.
Top
See Also