SettingsStoreBaseIsInitialized 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#
public bool IsInitialized { get; protected set; }

Property Value

Boolean

Implements

ISettingsStoreIsInitialized

See Also