CMSApplicationApplicationInitialized Property |
Defines the state whether the application is initialized. If true, the application was initialized correctly. If false, the application was initialized with an error. If null, the initialization is to be done.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public static Nullable<bool> ApplicationInitialized { get; }
Property Value
Type:
NullableBooleanSee Also