 | FilterAction Property |
Gets or sets the action to be taken when filter matches.
Namespace:
NLog.Filters
Assembly:
NLog (in NLog.dll) Version: 5.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
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