 | LineEndingModeNewLineCharacters Property |
Gets the new line characters (value) of the LineEndingMode instance.
Namespace:
NLog.Targets
Assembly:
NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntaxpublic string NewLineCharacters { get; }Public ReadOnly Property NewLineCharacters As String
Get
Dim instance As LineEndingMode
Dim value As String
value = instance.NewLineCharacters
member NewLineCharacters : string with get
Property Value
Type:
String
See Also