[This is preliminary documentation and is subject to change.]
Gets a value indicating whether the target has been initialized.
Namespace:
NLog.TargetsAssembly: NLog (in NLog.dll) Version: 2.0.1.0
Syntax
C# |
---|
protected bool IsInitialized { get; private set; } |
Visual Basic (Declaration) |
---|
Protected Property IsInitialized As Boolean |
Visual Basic (Usage) |
---|
Dim value As Boolean value = Me.IsInitialized Me.IsInitialized = value |