 | ConsoleWordHighlightingRuleText Property |
Gets or sets the text to be matched for Highlighting.
Namespace:
NLog.Targets
Assembly:
NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntaxpublic string Text { get; set; }
Public Property Text As String
Get
Set
Dim instance As ConsoleWordHighlightingRule
Dim value As String
value = instance.Text
instance.Text = value
member Text : string with get, set
Property Value
Type:
String
RemarksDefault: Empty
See Also