 | CompoundLayoutLayouts Property |
Gets the inner layouts.
Namespace:
NLog.Layouts
Assembly:
NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntaxpublic IList<Layout> Layouts { get; }
Public ReadOnly Property Layouts As IList(Of Layout)
Get
Dim instance As CompoundLayout
Dim value As IList(Of Layout)
value = instance.Layouts
member Layouts : IList<Layout> with get
Property Value
Type:
IListLayout
See Also