 | ConfigurationItemFactoryTimeSourceFactory Property |
Namespace:
NLog.Config
Assembly:
NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntaxpublic IFactory<TimeSource> TimeSourceFactory { get; }
Public ReadOnly Property TimeSourceFactory As IFactory(Of TimeSource)
Get
Dim instance As ConfigurationItemFactory
Dim value As IFactory(Of TimeSource)
value = instance.TimeSourceFactory
member TimeSourceFactory : IFactory<TimeSource> with get
Property Value
Type:
IFactoryTimeSource
See Also