 | FilterAction Property |
Gets or sets the action to be taken when filter matches.
Namespace:
NLog.Filters
Assembly:
NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntaxpublic FilterResult Action { get; set; }Public Property Action As FilterResult
Get
Set
Dim instance As Filter
Dim value As FilterResult
value = instance.Action
instance.Action = value
member Action : FilterResult with get, set
Property Value
Type:
FilterResult
See Also