 | ColoredConsoleTargetWordHighlightingRules Property |
Gets the word highlighting rules.
Namespace:
NLog.Targets
Assembly:
NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntaxpublic IList<ConsoleWordHighlightingRule> WordHighlightingRules { get; }
Public ReadOnly Property WordHighlightingRules As IList(Of ConsoleWordHighlightingRule)
Get
Dim instance As ColoredConsoleTarget
Dim value As IList(Of ConsoleWordHighlightingRule)
value = instance.WordHighlightingRules
member WordHighlightingRules : IList<ConsoleWordHighlightingRule> with get
Property Value
Type:
IListConsoleWordHighlightingRule
See Also