 | ConfigurationItemFactoryTimeSourceFactory Property |
Namespace:
NLog.Config
Assembly:
NLog (in NLog.dll) Version: 5.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
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