 | LoggingConfigurationVariables Property |
Gets the variables defined in the configuration.
Namespace: NLog.ConfigAssembly: NLog (in NLog.dll) Version: 4.3.0
Syntaxpublic IDictionary<string, SimpleLayout> Variables { get; }
Public ReadOnly Property Variables As IDictionary(Of String, SimpleLayout)
Get
Property Value
Type:
IDictionaryString,
SimpleLayout
See Also