Click or drag to resize

NLogViewerTargetParameters Property

Gets the collection of parameters. Each parameter contains a mapping between NLog layout and a named parameter.

Namespace:  NLog.Targets
Assembly:  NLog (in NLog.dll) Version: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
Syntax
public IList<NLogViewerParameterInfo> Parameters { get; }

Property Value

Type: IListNLogViewerParameterInfo
See Also