| Log4JXmlEventLayoutParameters Property |
Gets the collection of parameters. Each parameter contains a mapping
between NLog layout and a named parameter.
Namespace:
NLog.Layouts
Assembly:
NLog (in NLog.dll) Version: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
Syntax public IList<NLogViewerParameterInfo> Parameters { get; set; }
Public Property Parameters As IList(Of NLogViewerParameterInfo)
Get
Set
Dim instance As Log4JXmlEventLayout
Dim value As IList(Of NLogViewerParameterInfo)
value = instance.Parameters
instance.Parameters = value
member Parameters : IList<NLogViewerParameterInfo> with get, set
Property Value
Type:
IListNLogViewerParameterInfoSee Also