 | ConfigurationItemFactoryLayoutFactory Property |
Namespace:
NLog.Config
Assembly:
NLog (in NLog.dll) Version: 5.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
Syntaxpublic IFactory<Layout> LayoutFactory { get; }
Public ReadOnly Property LayoutFactory As IFactory(Of Layout)
Get
Dim instance As ConfigurationItemFactory
Dim value As IFactory(Of Layout)
value = instance.LayoutFactory
member LayoutFactory : IFactory<Layout> with get
Property Value
Type:
IFactoryLayout
See Also