 | ConfigurationItemFactoryLayoutRendererFactory Property |
Namespace:
NLog.Config
Assembly:
NLog (in NLog.dll) Version: 5.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
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