 | 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.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
Syntaxpublic IList<NLogViewerParameterInfo> Parameters { get; }
Public ReadOnly Property Parameters As IList(Of NLogViewerParameterInfo)
Get
Dim instance As NLogViewerTarget
Dim value As IList(Of NLogViewerParameterInfo)
value = instance.Parameters
member Parameters : IList<NLogViewerParameterInfo> with get
Property Value
Type:
IListNLogViewerParameterInfo
See Also