 | BasicAppSettingsDumpAppSettings property |
If true, BasicAppSettings returns the following via the InfoController at the end of the
Processing all AppSetting properties with value and source.
Default: false.
Namespace: NetEti.ApplicationEnvironmentAssembly: NetEti.BasicAppSettings (in NetEti.BasicAppSettings.dll) Version: 1.0.0+fc721cf1d38e1de155fd33971356662ac9c21f21
Syntaxpublic bool DumpAppSettings { get; set; }
Public Property DumpAppSettings As Boolean
Get
Set
public:
property bool DumpAppSettings {
bool get ();
void set (bool value);
}
member DumpAppSettings : bool with get, set
Property value
Boolean
See also