 | SyslogLayoutStructuredDataParams Property |
List of StructuredData Parameters to include when
Rfc5424 =
Namespace:
NLog.Layouts
Assembly:
NLog.Targets.Network (in NLog.Targets.Network.dll) Version: 6.0.0+be83582280f7a841b0d3c6ae75b4f95aaf07e914
Syntaxpublic List<TargetPropertyWithContext> StructuredDataParams { get; }
Public ReadOnly Property StructuredDataParams As List(Of TargetPropertyWithContext)
Get
Dim instance As SyslogLayout
Dim value As List(Of TargetPropertyWithContext)
value = instance.StructuredDataParams
member StructuredDataParams : List<TargetPropertyWithContext> with get
Property Value
Type:
ListTargetPropertyWithContext
See Also