.NET Helper Packages
C#
Show/Hide TOC
Settings
Store
Base
Is
Initialized Property
Indicates if the setting store has been successfully initialized.
Definition
Namespace:
Configuration.Helper
Assembly:
Configuration.Helper (in Configuration.Helper.dll) Version: 2.0.5
C#
Copy
public
bool
IsInitialized
{
get
;
protected
set
; }
Property Value
Boolean
Implements
ISettingsStore
IsInitialized
See Also
Reference
SettingsStoreBase Class
Configuration.Helper Namespace
In This Article
Definition
Property Value
Implements
See Also