 | SplunkLayoutSplunkIndex Property |
Gets or sets Splunk Message Index-attribute, that controls which event data is to be indexed.
Namespace:
NLog.Layouts
Assembly:
NLog.Targets.Network (in NLog.Targets.Network.dll) Version: 6.0.0+be83582280f7a841b0d3c6ae75b4f95aaf07e914
Syntaxpublic Layout SplunkIndex { get; set; }
Public Property SplunkIndex As Layout
Get
Set
Dim instance As SplunkLayout
Dim value As Layout
value = instance.SplunkIndex
instance.SplunkIndex = value
member SplunkIndex : Layout with get, set
Property Value
Type:
Layout
See Also