 | ConfigurationItemFactoryAmbientRendererFactory Property |
Gets the ambient property factory.
Namespace:
NLog.Config
Assembly:
NLog (in NLog.dll) Version: 5.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
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