| ColoredConsoleTargetWordHighlightingRules Property |
Gets the word highlighting rules.
Namespace:
NLog.Targets
Assembly:
NLog (in NLog.dll) Version: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
Syntax public 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:
IListConsoleWordHighlightingRuleSee Also