 | ConfigurationItemFactoryLayoutRendererFactory Property |
Namespace:
NLog.Config
Assembly:
NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntaxpublic IFactory<LayoutRenderer> LayoutRendererFactory { get; }
Public ReadOnly Property LayoutRendererFactory As IFactory(Of LayoutRenderer)
Get
Dim instance As ConfigurationItemFactory
Dim value As IFactory(Of LayoutRenderer)
value = instance.LayoutRendererFactory
member LayoutRendererFactory : IFactory<LayoutRenderer> with get
Property Value
Type:
IFactoryLayoutRenderer
See Also