-
Notifications
You must be signed in to change notification settings - Fork 0
2ed9a478 b47a 3e8c 11c9 975a80ced55d
Axel Kesseler edited this page Mar 1, 2023
·
12 revisions
Gets the path of the settings section within a configuration file.
Namespace: Plexdata.LogWriter.Settings
Assembly: Plexdata.LogWriter.Abstraction (in Plexdata.LogWriter.Abstraction.dll) Version: 1.0.7.1
C#
protected static string SettingsPath { get; }
Type: String
The settings path to be used inside a configuration file.
This property returns the namespace as path of the settings section within a configuration file. Each part of this namespace is separated by a colon instead of a dot. This in turn makes the settings path looking like plexdata:logwriter:settings
.