 | ISetupConfigurationTargetBuilderTargets Property |
Collection of targets that should be written to
Namespace:
NLog.Config
Assembly:
NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
SyntaxIList<Target> Targets { get; }ReadOnly Property Targets As IList(Of Target)
Get
Dim instance As ISetupConfigurationTargetBuilder
Dim value As IList(Of Target)
value = instance.Targets
abstract Targets : IList<Target> with get
Property Value
Type:
IListTarget
See Also