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