 | ScopeContextIndentLayoutRendererIndent Property |
Gets or sets the indent token.
Namespace:
NLog.LayoutRenderers
Assembly:
NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntaxpublic Layout Indent { get; set; }Public Property Indent As Layout
Get
Set
Dim instance As ScopeContextIndentLayoutRenderer
Dim value As Layout
value = instance.Indent
instance.Indent = value
member Indent : Layout with get, set
Property Value
Type:
Layout
RemarksDefault:
See Also