 | ILoggingConfigurationElementChildren Property |
Child configuration elements
Namespace:
NLog.Config
Assembly:
NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
SyntaxIEnumerable<ILoggingConfigurationElement> Children { get; }
ReadOnly Property Children As IEnumerable(Of ILoggingConfigurationElement)
Get
Dim instance As ILoggingConfigurationElement
Dim value As IEnumerable(Of ILoggingConfigurationElement)
value = instance.Children
abstract Children : IEnumerable<ILoggingConfigurationElement> with get
Property Value
Type:
IEnumerableILoggingConfigurationElement
See Also