[This is preliminary documentation and is subject to change.]
Gets or sets a value indicating whether log text should be appended to the text of the control instead of overwriting it.
Namespace:
NLog.TargetsAssembly: NLog (in NLog.dll) Version: 2.0.1.0
Syntax
C# |
---|
public bool Append { get; set; } |
Visual Basic (Declaration) |
---|
Public Property Append As Boolean |
Visual Basic (Usage) |
---|
Dim instance As FormControlTarget Dim value As Boolean value = instance.Append instance.Append = value |