 | BasicAppSettingsAppConfigUserLoaded property |
True if an XML file in the format of the app.config with user-specific settings
could be loaded.
Namespace: NetEti.ApplicationEnvironmentAssembly: NetEti.BasicAppSettings (in NetEti.BasicAppSettings.dll) Version: 1.0.0+fc721cf1d38e1de155fd33971356662ac9c21f21
Syntaxpublic bool AppConfigUserLoaded { get; }
Public ReadOnly Property AppConfigUserLoaded As Boolean
Get
public:
property bool AppConfigUserLoaded {
bool get ();
}
member AppConfigUserLoaded : bool with get
Property value
Boolean
See also