 | LayoutWithHeaderAndFooterLayout Property |
Gets or sets the body layout (can be repeated multiple times).
Namespace:
NLog.Layouts
Assembly:
NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntaxpublic Layout Layout { get; set; }
Public Property Layout As Layout
Get
Set
Dim instance As LayoutWithHeaderAndFooter
Dim value As Layout
value = instance.Layout
instance.Layout = value
member Layout : Layout with get, set
Property Value
Type:
Layout
See Also