 | FileTargetEnableFileDelete Property |
Gets or sets a value indicating whether to enable log file(s) to be deleted.
Namespace:
NLog.Targets
Assembly:
NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntaxpublic bool EnableFileDelete { get; set; }
Public Property EnableFileDelete As Boolean
Get
Set
Dim instance As FileTarget
Dim value As Boolean
value = instance.EnableFileDelete
instance.EnableFileDelete = value
member EnableFileDelete : bool with get, set
Property Value
Type:
Boolean
RemarksDefault:
See Also