| FilterAction Property |
Gets or sets the action to be taken when filter matches.
Namespace:
NLog.Filters
Assembly:
NLog (in NLog.dll) Version: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
Syntax public 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:
FilterResultSee Also